FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / UndoStack Class / GetCurrentState Method

In This Topic
    GetCurrentState Method
    In This Topic
    Gets an object that represents the current state.
    Syntax
    'Declaration
     
    Public MustOverride Function GetCurrentState() As Object
    public abstract object GetCurrentState()
    See Also