Class Dispatcher
Inheritance
System.Object
Dispatcher
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class Dispatcher
Constructors
Dispatcher(RadControl)
Methods
BeginInvoke(Action)
Declaration
public void BeginInvoke(Action executeNext)
Parameters
System.Action
executeNext
|
BeginInvoke(Action, DispatcherPriority)
Declaration
public void BeginInvoke(Action executeNext, DispatcherPriority priority)
Parameters
System.Action
executeNext
|
DispatcherPriority
priority
|