Aurigma Graphics Mill 5.5 for .NET
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 )