New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.SlideView

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class MappedPropertyUpdatingEventArgs : HandledEventArgs

Inheritance: objectEventArgsHandledEventArgsMappedPropertyUpdatingEventArgs

Inherited Members HandledEventArgs.HandledEventArgs.Empty

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)
Parameters:valueobjectpropertyRadPropertyelementVisualElementpropertyNamestringdataObjectobject

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; }

Gets or sets the value that will be applied to the Property of the template Element.

C#
public object Value { get; set; }