This documentation is for the old version. Go to the latest Graphics Mill docs

StateRestoringEventHandler Delegate

This delegate represents the method that will handle undoing/redoing events.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Delegate Sub StateRestoringEventHandler ( _
        sender
As Object, _
        e
As StateRestoringEventArgs _
)
C#
public delegate void StateRestoringEventHandler(
       
Object sender,
       
StateRestoringEventArgs e
)

See Also

Reference