Class WindowPreviewClosedEventArgs
Inheritance
System.Object
WindowPreviewClosedEventArgs
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WindowPreviewClosedEventArgs : EventArgs
Constructors
WindowPreviewClosedEventArgs()
Declaration
public WindowPreviewClosedEventArgs()
Properties
Cancel
Declaration
public Nullable<bool> Cancel { get; set; }
Property Value
System.
|