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.
|
System.
|
Methods
BeginInvoke(Object, PropertyGridPreparedEditorEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridPreparedEditorEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Property
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, PropertyGridPreparedEditorEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridPreparedEditorEventArgs e)
Parameters
System.
|
Property
|