Class SymbolGroupExpandCollapseEventArgs
Represents the symbol group expand and collapse event that occurs when expanding or collapsing symbol group.
Inheritance
System.Object
SymbolGroupExpandCollapseEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SymbolGroupExpandCollapseEventArgs : Object
Constructors
SymbolGroupExpandCollapseEventArgs(Object)
Initialize the new instance of the StencilExpandCollapseEventArgs class using the given value for the GroupName property.
Declaration
public SymbolGroupExpandCollapseEventArgs(object GroupName)
Parameters
Type | Name | Description |
---|---|---|
System.Object | GroupName |
Properties
Cancel
To cancel the action that should be performed because of the event.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
GroupName
Gets the header of the Symbol group.
Declaration
public object GroupName { get; }
Property Value
Type |
---|
System.Object |