Class QATItemsCollectionChangedEventHandler
Represents the method that will handle change of QATItems collection.
Inheritance
System.Object
QATItemsCollectionChangedEventHandler
Assembly: Syncfusion.Tools.Wpf.dll
public sealed class QATItemsCollectionChangedEventHandler : MulticastDelegate
Constructors
Declaration
public QATItemsCollectionChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(QATItemsCollectionChangedEventArgs e, 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(QATItemsCollectionChangedEventArgs e)
Parameters