Constructor NotifyEventArgs
NotifyEventArgs()
Initializes a new instance of the NotifyEventArgs
class with default settings.
public NotifyEventArgs()
NotifyEventArgs(NotifyState, int, int, bool)
Initializes a new instance of the NotifyEventArgs
class with specified parameters.
public NotifyEventArgs(NotifyState state, int first, int last, bool update)
Parameters
state
NotifyStateState of the new instance.
first
intFirst changed line of new instance.
last
intLast changed line of new instance.
update
boolSpecifies Update field of the instance.