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