MindFusion.Wpf Pack Programmer's Guide
ExpandHeaderRowCmd Class
Remarks See Also
 





Implements undo and redo of collapsing or expanding the header row of a table section.

Namespace: MindFusion.Diagramming.Wpf.Commands
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class ExpandHeaderRowCmd : Command

Visual Basic  Copy Code

Public Class ExpandHeaderRowCmd
    Inherits Command

 Remarks

Instances of this class are implicitly created by Diagramming for WPF in response to expanding or collapsing Header rows, either interactively or programmatically. References to those instances are passed to handlers of the ActionRecorded, ActionUndone and ActionRedone events.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.Commands.Command
        MindFusion.Diagramming.Wpf.Commands.ExpandHeaderRowCmd

 See Also

ExpandHeaderRowCmd Members
MindFusion.Diagramming.Wpf.Commands Namespace