Click or drag to resize

SubscriptionExecutingEventArgs Properties

The SubscriptionExecutingEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancel Set to true if the handler wishes to cancel the original caller's execution
Public propertyParameters Gets the parameters passed to the subscription filter
(Inherited from SubscriptionExecutedEventArgs)
Public propertyPrincipal Gets the principal
(Inherited from SecureAccessEventArgs)
Public propertyResults Gets the results which have been executed
(Inherited from SubscriptionExecutedEventArgs)
Public propertySubscriptionDefinition Gets the subscription definition to be executed
(Inherited from SubscriptionExecutedEventArgs)
Top
See Also