OnClosing() protected method

Raises the Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs A CancelEventArgs containing the event data.
return void
Esempio n. 1
0
 private void OnProviderClosing(object sender, CancelEventArgs e)
 {
     if (_contextMenu != null)
     {
         _contextMenu.OnClosing(e);
     }
 }