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 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. |