New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the RadMenuItemDropDownCreatingEventArgs class.

C#
public RadMenuItemDropDownCreatingEventArgs(RadMenuItemBase menuItem, RadDropDownMenu dropDownMenu)
Parameters:menuItemRadMenuItemBase

The RadMenuItemBase that is about to show its drop down menu.

dropDownMenuRadDropDownMenu

The 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; }