Represents the method that will handle "Load" events.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public delegate void LoadEventHandler( Object sender, LoadEventArgs loadArgs ) |
Visual Basic |
---|
Public Delegate Sub LoadEventHandler ( _ sender As Object, _ loadArgs As LoadEventArgs _ ) |
JScript |
---|
|
Parameters
- sender
- Type: System..::..Object
The source of the event.
- loadArgs
- Type: Ico.Gwx..::..LoadEventArgs
A LoadEventArgs that contains the event data.