Class TransformCallback
Inheritance
System.Object
TransformCallback
Namespace: Telerik.Windows.Controls.RichTextBoxUI.StatusBar
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class TransformCallback : MulticastDelegate
Constructors
TransformCallback(Object, IntPtr)
Declaration
public TransformCallback(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Double, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(double value, AsyncCallback callback, object object)
Parameters
System.Double
value
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual double EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Double
|
Invoke(Double)
Declaration
public virtual double Invoke(double value)
Parameters
System.Double
value
|
Returns
System.Double
|