Class
EditorInitializedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class EditorInitializedEventArgs : EventArgs

Inheritance: objectEventArgsEditorInitializedEventArgs

Inherited Members EventArgs.Empty

Constructors

EditorInitializedEventArgs(PropertyDescriptor, Control, Type)

Declaration

cs-api-definition
public EditorInitializedEventArgs(PropertyDescriptor property, Control editor, Type editorType)

Parameters

property

PropertyDescriptor

editor

Control

editorType

Type

Properties

Editor

Declaration

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

Property Value

Control

EditorType

Declaration

cs-api-definition
public Type EditorType { get; }

Property Value

Type

Property

Declaration

cs-api-definition
public PropertyDescriptor Property { get; }

Property Value

PropertyDescriptor