ClassMappedPropertyUpdatingEventArgs
Class
Contains information about the MappedPropertyUpdating event. Cancellable.
Definition
Namespace:Telerik.WinControls.UI.SlideView
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class MappedPropertyUpdatingEventArgs : HandledEventArgs
Inheritance: objectEventArgsHandledEventArgsMappedPropertyUpdatingEventArgs
Inherited Members
Constructors
MappedPropertyUpdatingEventArgs(object, RadProperty, VisualElement, string, object)
Initializes a new instance of the MappedPropertyUpdatingEventArgs class.
Declaration
cs-api-definition
public MappedPropertyUpdatingEventArgs(object value, RadProperty property, VisualElement element, string propertyName, object dataObject)
Parameters
value
property
element
propertyName
dataObject
Properties
DataObject
Gets the data bound object.
Element
Gets the element from the template.
PropertyName
Gets the name of the property that is used to extract the value from the data bound object.
PropertyType
Get the type of the property that is about to be set.