Show / Hide Table of Contents

Class TreeViewItemEventData

Implements the behavior event data.

Inheritance
object
TreeViewItemEventData
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
bool

Extension Methods

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