CancelOperation() public method

public CancelOperation ( ) : void
return void
Beispiel #1
0
 private void OnCloseCommand()
 {
     ExtensionAnalytics.ReportCommand(CommandName.OAuthFlowCancel, CommandInvocationSource.Button);
     _owner.CancelOperation();
 }
Beispiel #2
0
 private void OnCloseCommand()
 {
     _owner.CancelOperation();
 }