Class EditorInitializingEventArgs
Inheritance
System.Object
EditorInitializingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class EditorInitializingEventArgs : CancelEventArgs
Constructors
EditorInitializingEventArgs(PropertyDescriptor, Control, Type)
Declaration
public EditorInitializingEventArgs(PropertyDescriptor property, Control editor, Type editorType)
Parameters
System.ComponentModel.PropertyDescriptor
property
|
System.Windows.Forms.Control
editor
|
System.Type
editorType
|
Properties
Editor
Declaration
public Control Editor { get; set; }
Property Value
System.Windows.Forms.Control
|
EditorType
Declaration
public Type EditorType { get; }
Property Value
System.Type
|
Property
Declaration
public PropertyDescriptor Property { get; }
Property Value
System.ComponentModel.PropertyDescriptor
|