Represents the method that will handle "DataValueWrite" events.

Namespace: Ico.Gwx
Assembly: 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
JScript does not support delegates.

Parameters

sender
Type: System..::..Object
The source of the event.
dataWriteArgs
Type: Ico.Gwx..::..DataValueWriteEventArgs
A DataValueWriteEventArgs that contains the event data.

See Also