Search Results for

    Show / Hide Table of Contents

    Delegate PreviewControlHandler

    Delegate type to allow specific implementations of IInteractivePreviewControl to send events in a standardised way

    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public delegate void PreviewControlHandler(IInteractivePreviewComponent component)
    Parameters
    Type Name Description
    IInteractivePreviewComponent component

    Constructors

    PreviewControlHandler(object, IntPtr)

    Declaration
    public PreviewControlHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IInteractivePreviewComponent component, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    IInteractivePreviewComponent component
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(IInteractivePreviewComponent)

    Declaration
    public virtual void Invoke(IInteractivePreviewComponent component)
    Parameters
    Type Name Description
    IInteractivePreviewComponent component
    In this article
    • Constructors
      • PreviewControlHandler(object, IntPtr)
    • Methods
      • BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object)
      • EndInvoke(IAsyncResult)
      • Invoke(IInteractivePreviewComponent)
    Back to top Generated by DocFX