Class TreeViewItemEventData
Implements the behavior event data.
Inheritance
System.Object
TreeViewItemEventData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class TreeViewItemEventData
Properties
View SourceSource
A event data.
Declaration
public object Source { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
TreeViewItemEventName
A event name.
Declaration
public TreeViewItemEventName TreeViewItemEventName { get; set; }
Property Value
Type | Description |
---|---|
TreeViewItemEventName |
UnselectItem
Indicates to unselect the selected tgreeview item
Declaration
public bool UnselectItem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |