Class ManipulationPointActivatedEventArgs<T>
Inheritance
System.Object
System.EventArgs
ManipulationPointActivatedEventArgs<T>
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |