Click or drag to resize

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

Value

Type: System.ComponentModelCancelEventHandler
Remarks
Assign Cancel = True to cancel the closing operation.
See Also