[This is preliminary documentation and is subject to change.]

Create a new instance of the WatchedObjectSetEventArgs class.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public WatchedObjectSetEventArgs(
	Object oldValue,
	Object newValue
)

Parameters

oldValue
Type: System..::.Object

[Missing <param name="oldValue"/> documentation for "M:Forcepoint.GUISS.WatchedObjectSetEventArgs.#ctor(System.Object,System.Object)"]

newValue
Type: System..::.Object

[Missing <param name="newValue"/> documentation for "M:Forcepoint.GUISS.WatchedObjectSetEventArgs.#ctor(System.Object,System.Object)"]

See Also