Delegate PropertyGridTraversingEventHandler
Represents the method that will handle events in Property
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void PropertyGridTraversingEventHandler(object sender, PropertyGridTraversingEventArgs e);
Parameters
System.
|
Property
|
Constructors
PropertyGridTraversingEventHandler(Object, IntPtr)
Declaration
public PropertyGridTraversingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, PropertyGridTraversingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridTraversingEventArgs 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, PropertyGridTraversingEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyGridTraversingEventArgs e)
Parameters
System.
|
Property
|