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
Syntaxpublic event CancelEventHandler Closing
Public Event Closing As CancelEventHandler
public:
 event CancelEventHandler^ Closing {
	void add (CancelEventHandler^ value);
	void remove (CancelEventHandler^ value);
}Value
Type: 
System.ComponentModelCancelEventHandler
Remarks
            Assign 
Cancel = True to cancel the closing operation. 
            
See Also