This delegate represents the method that will handle undoing/redoing events.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Delegate Sub StateRestoringEventHandler ( _
sender As Object, _
e As StateRestoringEventArgs _
)
public delegate void StateRestoringEventHandler(
Object sender,
StateRestoringEventArgs e
)