New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Type Parameters:

T

T.

Syntax:

C#
public class GenericEventArgs<T> : EventArgs

Inheritance: objectEventArgsGenericEventArgs<T>

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

Inherited Members EventArgs.Empty

Constructors

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

C#
public GenericEventArgs()

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

C#
public GenericEventArgs(T entity, MouseEventArgs originalEventArgs = null)
Parameters:entityT

The entity.

originalEventArgsMouseEventArgs

Original EventArgs.

Fields

C#
public MouseEventArgs OriginalEventArgs

Properties

Gets or sets the entity.

C#
public T Entity { get; set; }
Property Value:

The entity.