Table of Contents

Property Closing

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Closing

Gets or sets action which is called when window is closing.

public Action<CancelEventArgs>? Closing { get; set; }

Property Value

Action<CancelEventArgs>