In This Article

DependencyObjectItemRoutedEventArgs Class

Provides event arguments for a DependencyObject-related routed event.

public class DependencyObjectItemRoutedEventArgs : ItemRoutedEventArgs<DependencyObject>
Inheritance:
Object EventArgs RoutedEventArgs ItemRoutedEventArgs<DependencyObject> Object

Constructors

DependencyObjectItemRoutedEventArgs(DependencyObject)

Initializes a new instance of the DependencyObjectItemRoutedEventArgs class.

public DependencyObjectItemRoutedEventArgs(DependencyObject item)
Parameter Type Description
item DependencyObject

The item that is the focus of this event.

DependencyObjectItemRoutedEventArgs(DependencyObject, RoutedEvent)

Initializes a new instance of the DependencyObjectItemRoutedEventArgs class.

public DependencyObjectItemRoutedEventArgs(DependencyObject item, RoutedEvent routedEvent)
Parameter Type Description
item DependencyObject

The item that is the focus of this event.

routedEvent RoutedEvent

The routed event identifier for this event arguments instance.

DependencyObjectItemRoutedEventArgs(DependencyObject, RoutedEvent, Object)

Initializes a new instance of the DependencyObjectItemRoutedEventArgs class.

public DependencyObjectItemRoutedEventArgs(DependencyObject item, RoutedEvent routedEvent, object source)
Parameter Type Description
item DependencyObject

The item that is the focus of this event.

routedEvent RoutedEvent

The routed event identifier for this event arguments instance.

source Object

An alternate source that will be reported when the event is handled.

Inherited Members