Метод | Описание | |
---|---|---|
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 | |
Результат | IExternalApplication.Result |
public OnStartup ( ControlledApplication application ) : IExternalApplication.Result | ||
application | ControlledApplication | |
Результат | IExternalApplication.Result |
public application_DocumentOpened ( object sender, DocumentOpenedEventArgs args ) : void | ||
sender | object | |
args | DocumentOpenedEventArgs | |
Результат | void |