ModernContent Methods |
The ModernContent type exposes the following members.
Name | Description | |
---|---|---|
CanBeClosed |
Calls before closing the window. By default this function triggers Closing event. if the event is canceled, the result is false.
If the Closing event is not defined, then True will be returned.
This function can be overridden, to prompt user to save changes before content closing.
| |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
HasNoValidationError |
Determines whether this content contains validation errors of Data Binding.
| |
ShowInformation |
Show an Windows 8.1 style information panel in the current window.
| |
ShowMessageBox(String, String, String) |
Shows the message box with detailed error message.
| |
ShowMessageBox(String, String, MessageBoxButton, MessageBoxImage, String) |
Show a MessageBox
| |
ShowToastNotification |
Shows a toast notification of given Content and Level.
|