ARUP.IssueTracker.Revit.RevitWindow.Window_Closing C# (CSharp) Method

Window_Closing() private method

passing event to the user control
private Window_Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void
    private void Window_Closing(object sender, CancelEventArgs e)
    {
      e.Cancel = mainPan.onClosing(e);
    }