Class
ManipulationPointActivatedEventArgs<T>

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

T

Syntax:

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

Inheritance: objectEventArgsGenericEventArgs<T>ManipulationPointActivatedEventArgs<T>

Inherited Members GenericEventArgs<T>.EntityEventArgs.Empty

Constructors

ManipulationPointActivatedEventArgs(T)

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

Declaration

cs-api-definition
public ManipulationPointActivatedEventArgs(T entity)

Parameters

entity

T

The entity.