Event arguments used in the DropDownCreating event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadMenuItemDropDownCreatingEventArgs : EventArgs
Inheritance: objectEventArgsRadMenuItemDropDownCreatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the RadMenuItemDropDownCreatingEventArgs class.
C#
public RadMenuItemDropDownCreatingEventArgs(RadMenuItemBase menuItem, RadDropDownMenu dropDownMenu)
The RadMenuItemBase that is about to show its drop down menu.
dropDownMenuRadDropDownMenuThe drop down menu instance, that is about to be shown for the corresponding MenuItem.
Properties
Gets or sets the drop down menu that is about to be shown for the corresponding MenuItem.
C#
public RadDropDownMenu DropDownMenu { get; set; }
Gets the RadMenuItemBase that is about to show its drop down menu.
C#
public RadMenuItemBase MenuItem { get; }