Show / Hide Table of Contents

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 Source

Source

A event data.

Declaration
public object Source { get; set; }
Property Value
Type Description
System.Object
View Source

TreeViewItemEventName

A event name.

Declaration
public TreeViewItemEventName TreeViewItemEventName { get; set; }
Property Value
Type Description
TreeViewItemEventName
View Source

UnselectItem

Indicates to unselect the selected tgreeview item

Declaration
public bool UnselectItem { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX