When the model manager is opening a new file it calls this method.
The default implementation closes the previously opened document
Namespace: AppCan.wpf.ApplicationAssembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
protected virtual void ModelManager_Opening( Object sender, ModelEventArgs e ) |
Visual Basic |
---|
Protected Overridable Sub ModelManager_Opening ( _ sender As Object, _ e As ModelEventArgs _ ) |
Visual C++ |
---|
protected: virtual void ModelManager_Opening( Object^ sender, ModelEventArgs^ e ) |
Parameters
- sender
- Type: System..::..Object
[Missing <param name="sender"/> documentation for "M:AppCan.wpf.Application.AppCanApp.ModelManager_Opening(System.Object,AppCan.Core.Application.ModelEventArgs)"]
- e
- Type: AppCan.Core.Application..::..ModelEventArgs
[Missing <param name="e"/> documentation for "M:AppCan.wpf.Application.AppCanApp.ModelManager_Opening(System.Object,AppCan.Core.Application.ModelEventArgs)"]