In This Article

DependencyObjectItemRoutedEventArgs Class

Provides event arguments for a System.Windows.DependencyObject-related routed event.

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

Constructors

DependencyObjectItemRoutedEventArgs(DependencyObject)

Initializes an instance of the class.

public DependencyObjectItemRoutedEventArgs(DependencyObject item)
Parameter Type Description
item DependencyObject

The item that is the focus of this event.

DependencyObjectItemRoutedEventArgs(DependencyObject, RoutedEvent?)

Initializes an instance of the 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?)

Provides event arguments for an item-related routed event.

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

Extension Methods