ModernContentClosing Event |
When the content will be replaced in a ModernWindow, this event will be fired in order to save the changes.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public event CancelEventHandler Closing
Public Event Closing As CancelEventHandler
public:
event CancelEventHandler^ Closing {
void add (CancelEventHandler^ value);
void remove (CancelEventHandler^ value);
}
Value
Type:
System.ComponentModelCancelEventHandlerRemarks
Assign
Cancel = True to cancel the closing operation.
See Also