Cancel Property
Cancel
Whether the event default action, which consists in terminating the subscription, should be canceled or not. This is false by default (terminate) and should be set to true to prevent the subscription from terminating.
Declaration
public bool Cancel { get; set; }
Property Value
bool |