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
stateNotifyStateState of the new instance.
firstintFirst changed line of new instance.
lastintLast changed line of new instance.
updateboolSpecifies Update field of the instance.