Property Continue
Continue
The default behavior after an event is to Continue processing after the event has been handled. This can be changed by setting this property to false.
public override bool Continue { get; set; }
The default behavior after an event is to Continue processing after the event has been handled. This can be changed by setting this property to false.
public override bool Continue { get; set; }