New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class EditorInitializedEventArgs : EventArgs

Inheritance: objectEventArgsEditorInitializedEventArgs

Inherited Members EventArgs.Empty

C#
public PropertyDescriptor Property { get; }

Constructors

C#
public EditorInitializedEventArgs(PropertyDescriptor property, Control editor, Type editorType)
Parameters:propertyPropertyDescriptoreditorControleditorTypeType

Properties

C#
public Control Editor { get; }
C#
public Type EditorType { get; }