Delegate
PropertyGridPreparedEditorEventHandler

Represents the method that handles the PreparedEditor event.

Definition

Namespace:Telerik.Windows.Controls.Data.PropertyGrid.Editing

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")]
public delegate void PropertyGridPreparedEditorEventHandler(object sender, PropertyGridPreparedEditorEventArgs e)

Constructors

PropertyGridPreparedEditorEventHandler(object, nint)

Declaration

cs-api-definition
public PropertyGridPreparedEditorEventHandler(object @object, nint method)

Parameters

object

object

method

nint

Methods

BeginInvoke(object, PropertyGridPreparedEditorEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridPreparedEditorEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

PropertyGridPreparedEditorEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, PropertyGridPreparedEditorEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, PropertyGridPreparedEditorEventArgs e)

Parameters

sender

object

e

PropertyGridPreparedEditorEventArgs