Delegate ControllerChangedEH
Delegate used for ControllerChangedEvent notifications
Assembly: Syncfusion.Tools.Windows.dll
public delegate void ControllerChangedEH(object obj, ControllerChangedEventArgs arg);
Parameters
Type |
Name |
Description |
System.Object |
obj |
The source of the object.
|
ControllerChangedEventArgs |
arg |
The ControllerChangedEventArgs contains the event data.
|
Constructors
Declaration
public ControllerChangedEH(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object obj, ControllerChangedEventArgs arg, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object obj, ControllerChangedEventArgs arg)
Parameters