Class ManipulationPointActivatedEventArgs<T>
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ManipulationPointActivatedEventArgs<T> : GenericEventArgs<T>
Type Parameters
T
|
Constructors
ManipulationPointActivatedEventArgs(T)
Initializes a new instance of the ManipulationPointActivatedEventArgs<T> class.
Declaration
public ManipulationPointActivatedEventArgs(T entity)
Parameters
T
entity
The entity. |