Class GenericEventArgs<T>
Inheritance
System.Object
GenericEventArgs<T>
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class GenericEventArgs<T> : EventArgs
Type Parameters
T
T. |
Constructors
GenericEventArgs()
GenericEventArgs(T)
Initializes a new instance of the GenericEventArgs<T> class.
Declaration
public GenericEventArgs(T entity)
Parameters
T
entity
The entity. |
Properties
Entity
Gets or sets the entity.
Declaration
public T Entity { get; set; }
Property Value
T
The entity. |