C# Class Application_DocumentOpened, revitapitutorialbook

Inheritance: IExternalApplication
Show file Open project: revitdevelopers/revitapitutorialbook

Public Methods

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

Method Details

OnShutdown() public method

public OnShutdown ( ControlledApplication application ) : IExternalApplication.Result
application ControlledApplication
return IExternalApplication.Result

OnStartup() public method

public OnStartup ( ControlledApplication application ) : IExternalApplication.Result
application ControlledApplication
return IExternalApplication.Result

application_DocumentOpened() public method

public application_DocumentOpened ( object sender, DocumentOpenedEventArgs args ) : void
sender object
args DocumentOpenedEventArgs
return void