NotifyEventArgs Constructor

CVB.Net Documentation
Creates the event argument with the given value.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public NotifyEventArgs(
	Object value
)

Parameters

value
Type: SystemObject
Value delivered with the event.
See Also

Reference