Class
GenericEventArgs<T>

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Type Parameters:

T

T.

Syntax:

cs-api-definition
public class GenericEventArgs<T> : EventArgs

Inheritance: objectEventArgsGenericEventArgs<T>

Derived Classes: CancelingGenericEventArgs<T>CommandEventArgsManipulationPointActivatedEventArgs<T>SerializationEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

GenericEventArgs()

Initializes a new instance of the GenericEventArgs<T> class.

Declaration

cs-api-definition
public GenericEventArgs()

GenericEventArgs(T, MouseEventArgs)

Initializes a new instance of the GenericEventArgs<T> class.

Declaration

cs-api-definition
public GenericEventArgs(T entity, MouseEventArgs originalEventArgs = null)

Parameters

entity

T

The entity.

originalEventArgs

MouseEventArgs

Original EventArgs.

Fields

OriginalEventArgs

Declaration

cs-api-definition
public MouseEventArgs OriginalEventArgs

Field Value

MouseEventArgs

Properties

Entity

Gets or sets the entity.

Declaration

cs-api-definition
public T Entity { get; set; }

Property Value

T

The entity.