Show / Hide Table of Contents

Enum TreeViewItemEventName

Defined a tree view item events.

Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public enum TreeViewItemEventName

Fields

Name Description
CollapsedEvent

A item was collapsed.

ExpandedEvent

A item was expanded.

SelectedEvent

A item was selected.

UnselectedEvent

A item was unselected.

Extension Methods

CollectionExtensions.AddRange<T, TreeViewItemEventName>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<TreeViewItemEventName>()
  • View Source
Back to top Generated by DocFX