Represents the method that handles the PreparedEditor event.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid.Editing
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public delegate void PropertyGridPreparedEditorEventHandler(object sender, PropertyGridPreparedEditorEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridPreparedEditorEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, PropertyGridPreparedEditorEventArgs e)