ViewModelClosingEventArgs Properties
Provides data for the ViewModelClosingEvent event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
ViewModel | Gets or sets the View Model. |
See Also