DialogControllerAcceptingEventArgs Properties
Represents arguments passed to the DialogController.Accepting event.Name | Description |
---|---|
AcceptActionArgs | Arguments passed to the DialogController.AcceptAction‘s Execute event. |
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
ShowViewParameters | Provides access to the ShowViewParameters object used to specify a View to be displayed after executing the DialogController.Accepting event. |
See Also