Search Results for

    Show / Hide Table of Contents

    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
    In this article
    • Constructors
      • PreviewClosedEventArgs(IAbstractPreviewApplication)
    • Properties
      • Application
    Back to top Generated by DocFX