DelegatePropertyGridMouseEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void PropertyGridMouseEventHandler(object sender, PropertyGridMouseEventArgs e)
Constructors
Methods
BeginInvoke(object, PropertyGridMouseEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PropertyGridMouseEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, PropertyGridMouseEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, PropertyGridMouseEventArgs e)
Parameters
sender
e