Click or drag to resize
FdfControlEventArgs Constructor (Boolean, Object)
Initializes a new instance of the FdfControlEventArgs class

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public FdfControlEventArgs(
	bool isDirty,
	Object value = null
)

Parameters

isDirty
Type: SystemBoolean
value (Optional)
Type: SystemObject
See Also