Delegate CreateOfficeNavigationBarOptionsDialogEventHandler
The event handler for the CreateNavigationOptionsDialog event.
Namespace: Telerik.WinControls.UI.OfficeNavigationBar
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CreateOfficeNavigationBarOptionsDialogEventHandler(object sender, CreateOfficeNavigationBarOptionsDialogEventArgs e);
Parameters
|
System.Object
sender
The sender. Usually this is the RadOfficeNavigationBarElement. |
|
CreateOfficeNavigationBarOptionsDialogEventArgs
e
The event arguments. |