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
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
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