Class
DropDownEventArgs

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

object

The source of the routed event.

dropDownItems

IEnumerable

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

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

cs-api-definition
protected override void InvokeEventHandler(Delegate genericHandler, object genericTarget)

Parameters

genericHandler

Delegate

The generic handler / delegate implementation to be invoked.

genericTarget

object

The target on which the provided handler should be invoked.