In This Article

ObjectItemRoutedEventArgs Class

Provides event arguments for a Object-related routed event.

public class ObjectItemRoutedEventArgs : ItemRoutedEventArgs<object>
Inheritance:
Object EventArgs RoutedEventArgs ItemRoutedEventArgs<Object> Object

Constructors

ObjectItemRoutedEventArgs(Object)

Initializes a new instance of the ObjectItemRoutedEventArgs class.

public ObjectItemRoutedEventArgs(object item)
Parameter Type Description
item Object

The item that is the focus of this event.

ObjectItemRoutedEventArgs(Object, RoutedEvent)

Initializes a new instance of the ObjectItemRoutedEventArgs class.

public ObjectItemRoutedEventArgs(object item, RoutedEvent routedEvent)
Parameter Type Description
item Object

The item that is the focus of this event.

routedEvent RoutedEvent

The routed event identifier for this event arguments instance.

ObjectItemRoutedEventArgs(Object, RoutedEvent, Object)

Initializes a new instance of the ObjectItemRoutedEventArgs class.

public ObjectItemRoutedEventArgs(object item, RoutedEvent routedEvent, object source)
Parameter Type Description
item Object

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