ClassGenericEventArgs<T>
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
T
T.
Syntax:
cs-api-definition
public class GenericEventArgs<T> : EventArgs
Inheritance: objectEventArgsGenericEventArgs<T>
Derived Classes:
Inherited Members
Constructors
GenericEventArgs()
Initializes a new instance of the GenericEventArgs<T> class.
Declaration
cs-api-definition
public GenericEventArgs()
GenericEventArgs(T)
Initializes a new instance of the GenericEventArgs<T> class.
Declaration
cs-api-definition
public GenericEventArgs(T entity)
Parameters
entity
T
The entity.
Properties
Entity
Gets or sets the entity.
Declaration
cs-api-definition
public T Entity { get; set; }
Property Value
T
The entity.