Class PropertyGridPreparedEditorEventHandler
Inheritance
System.Object
PropertyGridPreparedEditorEventHandler
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid.Editing
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class PropertyGridPreparedEditorEventHandler : MulticastDelegate
Constructors
PropertyGridPreparedEditorEventHandler(Object, IntPtr)
Declaration
public PropertyGridPreparedEditorEventHandler(object object, IntPtr method)
Parameters
|
System.Object
object
|
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, PropertyGridPreparedEditorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridPreparedEditorEventArgs e, AsyncCallback callback, object object)
Parameters
|
System.Object
sender
|
|
PropertyGridPreparedEditorEventArgs
e
|
|
System.AsyncCallback
callback
|
|
System.Object
object
|
Returns
|
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
|
System.IAsyncResult
result
|
Invoke(Object, PropertyGridPreparedEditorEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridPreparedEditorEventArgs e)
Parameters
|
System.Object
sender
|
|
PropertyGridPreparedEditorEventArgs
e
|