FieldChangingEventArgs Constructor

Class constructor.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public FieldChangingEventArgs(
	string fieldName,
	Object oldValue,
	Object newValue
)

Parameters

fieldName  String
Modified field name.
oldValue  Object
Previous value of the modified field.
newValue  Object
New value of the modified field.

See Also