ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTHistoryEventHandler Delegate




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTHistoryEventHandler Delegate
Object that triggered the event.
Information about the event.
Used for declaring ImGearARTHistory.HistoryChanged event.
Syntax
'Declaration
 
Public Delegate Sub ImGearARTHistoryEventHandler( _
   ByVal sender As Object, _
   ByVal e As ImGearARTHistoryEventArgs _
) 
 
'Usage
 
Dim instance As New ImGearARTHistoryEventHandler(AddressOf HandlerMethod)

Parameters

sender
Object that triggered the event.
e
Information about the event.
See Also

Reference

ImGearARTHistoryEventHandler Members
ImageGear.ART Namespace