Definition
Namespace:Telerik.WinControls.UI.SlideView
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class MappedPropertyUpdatingEventArgs : HandledEventArgs
Inheritance: objectEventArgsHandledEventArgsMappedPropertyUpdatingEventArgs
Inherited Members
Gets or sets the property that of the template Element that will be set to the given value.
C#
public RadProperty Property { get; }
Constructors
Initializes a new instance of the MappedPropertyUpdatingEventArgs class.
C#
public MappedPropertyUpdatingEventArgs(object value, RadProperty property, VisualElement element, string propertyName, object dataObject)
Properties
Gets the data bound object.
C#
public object DataObject { get; }
Gets the element from the template.
C#
public VisualElement Element { get; }
Gets the name of the property that is used to extract the value from the data bound object.
C#
public string PropertyName { get; }
Get the type of the property that is about to be set.
C#
public Type PropertyType { get; }