ImageGear .NET - Updated
ImGearARTHistoryEventHandler Delegate




ImageGear24.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)
public delegate void ImGearARTHistoryEventHandler( 
   object sender,
   ImGearARTHistoryEventArgs e
)
public: __gc __delegate void ImGearARTHistoryEventHandler( 
   Object* sender,
   ImGearARTHistoryEventArgs* e
)
public delegate void ImGearARTHistoryEventHandler( 
   Object^ sender,
   ImGearARTHistoryEventArgs^ e
)

Parameters

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

Reference

ImGearARTHistoryEventHandler Members
ImageGear.ART Namespace