Channel9Downloader.ViewModels.Framework.CloseRequestEventArgs.CloseRequestEventArgs C# (CSharp) Méthode

CloseRequestEventArgs() private méthode

Initializes a new instance of the CloseRequestEventArgs class.
private CloseRequestEventArgs ( bool result ) : System
result bool Result of the dialog.
Résultat System
        internal CloseRequestEventArgs(bool? result)
        {
            Result = result;
        }
CloseRequestEventArgs