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

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

C#
public PropertyGridPreparedEditorEventHandler(object @object, nint method)
Parameters:objectobjectmethodnint

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridPreparedEditorEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjectePropertyGridPreparedEditorEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, PropertyGridPreparedEditorEventArgs e)
Parameters:senderobjectePropertyGridPreparedEditorEventArgs