ClassDropDownEventArgs
Class
The arguments of the TabControl.DropDownOpened and TabControl.DragDropClosed routed event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class DropDownEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsDropDownEventArgs
Constructors
DropDownEventArgs(RoutedEvent, object, IEnumerable)
Initializes a new instance of the DropDownEventArgs class.
Declaration
cs-api-definition
public DropDownEventArgs(RoutedEvent routedEvent, object source, IEnumerable dropDownItems)
Parameters
routedEvent
RoutedEvent
The routed event that the arguments belong to.
source
The source of the routed event.
dropDownItems
The items source of the drop down context menu.
Properties
DropDownItemsSource
Gets or sets the items collection for the drop down context menu.
Declaration
cs-api-definition
public IEnumerable DropDownItemsSource { get; set; }
Property Value
Methods
InvokeEventHandler(Delegate, object)
When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation.