Class PreviewClosedEventArgs
Information passed in the PreviewClosed event
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class PreviewClosedEventArgs : EventArgs
Constructors
PreviewClosedEventArgs(IAbstractPreviewApplication)
Construct with an application instance
Declaration
public PreviewClosedEventArgs(IAbstractPreviewApplication application)
Parameters
Type | Name | Description |
---|---|---|
IAbstractPreviewApplication | application | The preview application, which no longer needs to be tracked. |
Properties
Application
The preview application that the event concerns. The host application may disconnect event handlers for this application and dispose of it.
Declaration
public IAbstractPreviewApplication Application { get; set; }
Property Value
Type | Description |
---|---|
IAbstractPreviewApplication |