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
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object)

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

    EndInvoke(IAsyncResult)

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

    Invoke(IInteractivePreviewComponent)

    Declaration
    public virtual void Invoke(IInteractivePreviewComponent component)
    Parameters
    Type Name Description
    IInteractivePreviewComponent component

    On this page

    • Constructors
      • PreviewControlHandler(Object, IntPtr)
    • Methods
      • BeginInvoke(IInteractivePreviewComponent, AsyncCallback, Object)
      • EndInvoke(IAsyncResult)
      • Invoke(IInteractivePreviewComponent)
    Back to top Generated by DocFX