Constructor CurrentChangingEventArgs
CurrentChangingEventArgs()
Construct a cancelable CurrentChangingEventArgs that is used to notify listeners when CurrentItem is about to change.
public CurrentChangingEventArgs()
CurrentChangingEventArgs(bool)
Construct a CurrentChangingEventArgs that is used to notify listeners when CurrentItem is about to change.
public CurrentChangingEventArgs(bool isCancelable)
Parameters
isCancelableboolif false, setting Cancel to true will cause an InvalidOperationException to be thrown.