Delegate BeforeGroupBarItemPopupOpenedEventHandler
Represents delegate for the BeforeGroupBarItemPopupOpenedEventHandler event.
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public delegate void BeforeGroupBarItemPopupOpenedEventHandler(object sender, BeforeGroupBarItemPopupOpenedEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the event. |
| BeforeGroupBarItemPopupOpenedEventArgs | e | A BeforeGroupBarItemPopupOpenedEventArgs that contains the event data. |
Constructors
BeforeGroupBarItemPopupOpenedEventHandler(Object, IntPtr)
Declaration
public BeforeGroupBarItemPopupOpenedEventHandler(object object, IntPtr method)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | object | |
| System.IntPtr | method |
Methods
BeginInvoke(Object, BeforeGroupBarItemPopupOpenedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, BeforeGroupBarItemPopupOpenedEventArgs e, AsyncCallback callback, object object)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| BeforeGroupBarItemPopupOpenedEventArgs | e | |
| System.AsyncCallback | callback | |
| System.Object | object |
Returns
| Type |
|---|
| System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IAsyncResult | result |
Invoke(Object, BeforeGroupBarItemPopupOpenedEventArgs)
Declaration
public virtual void Invoke(object sender, BeforeGroupBarItemPopupOpenedEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| BeforeGroupBarItemPopupOpenedEventArgs | e |