Class PreviewClosedEventArgs
Information passed in the PreviewClosed event
Inheritance
System.Object
System.EventArgs
PreviewClosedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |