Class EditorCreatedEventArgs
EditorCreatedEventArgs.
Inheritance
System.Object
System.EventArgs
EditorCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class EditorCreatedEventArgs : EventArgs
Constructors
EditorCreatedEventArgs(FrameworkElement, ItemPropertyDefinition)
Initializes a new instance of the EditorCreatedEventArgs class.
Declaration
public EditorCreatedEventArgs(FrameworkElement editor, ItemPropertyDefinition itemPropertyDefinition)
Parameters
System.Windows.FrameworkElement
editor
The editor. |
ItemPropertyDefinition
itemPropertyDefinition
The item property definition. |
Properties
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System.Windows.FrameworkElement
The editor. |
ItemPropertyDefinition
Gets the item property definition.
Declaration
public ItemPropertyDefinition ItemPropertyDefinition { get; }
Property Value
ItemPropertyDefinition
The item property definition. |