Delegate PreviewControlHandler
Delegate type to allow specific implementations of IInteractivePreviewControl
to send events in a standardised way
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public delegate void PreviewControlHandler(IInteractivePreviewComponent component)
Parameters
Constructors
PreviewControlHandler(object, IntPtr)
Declaration
public PreviewControlHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(IInteractivePreviewComponent, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(IInteractivePreviewComponent component, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(IInteractivePreviewComponent)
Declaration
public virtual void Invoke(IInteractivePreviewComponent component)
Parameters