Class
EditorCreatedEventArgs

EditorCreatedEventArgs.

Definition

Namespace:Telerik.Windows.Controls.Data.DataFilter

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class EditorCreatedEventArgs : EventArgs

Inheritance: objectEventArgsEditorCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

EditorCreatedEventArgs(FrameworkElement, ItemPropertyDefinition)

Initializes a new instance of the EditorCreatedEventArgs class.

Declaration

cs-api-definition
public EditorCreatedEventArgs(FrameworkElement editor, ItemPropertyDefinition itemPropertyDefinition)

Parameters

editor

FrameworkElement

The editor.

itemPropertyDefinition

ItemPropertyDefinition

The item property definition.

Properties

Editor

Gets the editor.

Declaration

cs-api-definition
public FrameworkElement Editor { get; }

Property Value

FrameworkElement

The editor.

ItemPropertyDefinition

Gets the item property definition.

Declaration

cs-api-definition
public ItemPropertyDefinition ItemPropertyDefinition { get; }

Property Value

ItemPropertyDefinition

The item property definition.