Class PreviewClosedEventArgs
Information passed in the PreviewClosed event
Inheritance
Object
EventArgs
PreviewClosedEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
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 |