Delegate for handling Reload events.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public delegate void ReloadEventHandler(
	Object source,
	EventArgs e
)
Visual Basic
Public Delegate Sub ReloadEventHandler ( _
	source As Object, _
	e As EventArgs _
)

Parameters

source
Type: System..::..Object
Source for the.
e
Type: System..::..EventArgs
Event information.

Remarks

Ray, 8/5/2011.

See Also