Click or drag to resize

ExecutorServiceReceivedCommandClientEvent Method

Receive Notifications From Client

Namespace:  CSharpGrid.Grid
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ReceivedCommandClientEvent(
	Object sender,
	EventArgs args
)

Parameters

sender
Type: SystemObject
Server Object
args
Type: SystemEventArgs
Event Arguments
See Also