Class TreeViewItemEventData
Implements the behavior event data.
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 |
|---|---|
| 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 |
|---|---|
| bool |