Back to Devexpress

SpreadsheetControl.BeginInvoke(Action) Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-dot-begininvoke-x28-system-dot-action-x29.md

latest1.2 KB
Original Source

SpreadsheetControl.BeginInvoke(Action) Method

Executes a delegate asynchronously on the thread with which the SpreadsheetControl’s Dispatcher is associated.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public void BeginInvoke(
    Action method
)
vb
Public Sub BeginInvoke(
    method As Action
)

Parameters

NameTypeDescription
methodAction

A Action delegate.

|

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace