Delegate CreatePropertyGridItemElementEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CreatePropertyGridItemElementEventHandler(object sender, CreatePropertyGridItemElementEventArgs e);
Parameters
System.
|
Create
|
Constructors
CreatePropertyGridItemElementEventHandler(Object, IntPtr)
Declaration
public CreatePropertyGridItemElementEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CreatePropertyGridItemElementEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CreatePropertyGridItemElementEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Create
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CreatePropertyGridItemElementEventArgs)
Declaration
public virtual void Invoke(object sender, CreatePropertyGridItemElementEventArgs e)
Parameters
System.
|
Create
|