Aurigma Graphics Mill 5.5 for .NET
ViewChangedEventHandler Delegate
This delegate represents the method that will handle the ViewChanged event of the ThumbnailListView class and its descendants.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public Delegate Sub ViewChangedEventHandler ( _ sender As Object, _ e As ViewChangedEventArgs _ )
C#
public delegate void ViewChangedEventHandler( Object sender, ViewChangedEventArgs e )
Parameters
- sender
-
Type: System..::.Object