Class EditorInitializedEventArgs
Inheritance
System.Object
System.EventArgs
EditorInitializedEventArgs
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.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class EditorInitializedEventArgs : EventArgs
Constructors
EditorInitializedEventArgs(PropertyDescriptor, Control, Type)
Declaration
public EditorInitializedEventArgs(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; }
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
|