Click or drag to resize
FdfControlOnCommand Method
Occurs when command dispatcher dispatches a command.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual void OnCommand(
	Object sender,
	ref FdfCommandEventArgs command
)

Parameters

sender
Type: SystemObject
command
Type: FDF.Common.RuntimeFdfCommandEventArgs

Implements

IFdfCommandListenerOnCommand(Object, FdfCommandEventArgs)
Remarks