Class DropDownEventArgs
The arguments of the TabControl.DropDownOpened and TabControl.DragDropClosed routed event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class DropDownEventArgs : RadRoutedEventArgs
Constructors
DropDownEventArgs(RoutedEvent, Object, IEnumerable)
Initializes a new instance of the DropDownEventArgs class.
Declaration
public DropDownEventArgs(RoutedEvent routedEvent, object source, IEnumerable dropDownItems)
Parameters
RoutedEvent
routedEvent
The routed event that the arguments belong to. |
System.Object
source
The source of the routed event. |
System.Collections.IEnumerable
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
public IEnumerable DropDownItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
|
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.
Declaration
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)
Parameters
System.Delegate
genericHandler
The generic handler / delegate implementation to be invoked. |
System.Object
genericTarget
The target on which the provided handler should be invoked. |