ClassEditorInitializedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class EditorInitializedEventArgs : EventArgs
Inheritance: objectEventArgsEditorInitializedEventArgs
Inherited Members
Constructors
EditorInitializedEventArgs(PropertyDescriptor, Control, Type)
Declaration
cs-api-definition
public EditorInitializedEventArgs(PropertyDescriptor property, Control editor, Type editorType)
Parameters
property
editor
editorType
Properties
Property
Declaration
cs-api-definition
public PropertyDescriptor Property { get; }
Property Value