Class ObjectRoutedEventArgs<T>
public class ObjectRoutedEventArgs<T> : RoutedEventArgs
Type Parameters
T
- Inheritance
-
ObjectRoutedEventArgs<T>
- Inherited Members
- Extension Methods
Constructors
ObjectRoutedEventArgs(RoutedEvent, object)
public ObjectRoutedEventArgs(RoutedEvent routedEvent, object source)
Parameters
routedEvent
RoutedEventsource
object
ObjectRoutedEventArgs(RoutedEvent, object, T)
public ObjectRoutedEventArgs(RoutedEvent routedEvent, object source, T entity)
Parameters
routedEvent
RoutedEventsource
objectentity
T
ObjectRoutedEventArgs(T)
public ObjectRoutedEventArgs(T entity)
Parameters
entity
T
Properties
Entity
public T Entity { get; set; }
Property Value
- T