Method | Description | |
---|---|---|
OnShutdown ( ControlledApplication application ) : IExternalApplication.Result | ||
OnStartup ( ControlledApplication application ) : IExternalApplication.Result | ||
application_DocumentOpened ( object sender, DocumentOpenedEventArgs args ) : void |
public OnShutdown ( ControlledApplication application ) : IExternalApplication.Result | ||
application | ControlledApplication | |
return | IExternalApplication.Result |
public OnStartup ( ControlledApplication application ) : IExternalApplication.Result | ||
application | ControlledApplication | |
return | IExternalApplication.Result |
public application_DocumentOpened ( object sender, DocumentOpenedEventArgs args ) : void | ||
sender | object | |
args | DocumentOpenedEventArgs | |
return | void |