Show / Hide Table of Contents

Class TimeBaseServiceClientVba.OnCursorPointChangedDelegate

Inheritance
System.Object
TimeBaseServiceClientVba.OnCursorPointChangedDelegate
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class OnCursorPointChangedDelegate : MulticastDelegate

Constructors

OnCursorPointChangedDelegate(Object, IntPtr)

Declaration
public OnCursorPointChangedDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Double, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(double point, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Double point
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(Double)

Declaration
public virtual void Invoke(double point)
Parameters
Type Name Description
System.Double point
In This Article
Back to top Generated by DocFX