Represents a delegate to use for dispatcher operations.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2012.3.1017.1050
Syntax
| C# |
|---|
public delegate Object DispatcherOperationCallback(
Object arg
) |
| Visual Basic |
|---|
Public Delegate Function DispatcherOperationCallback ( _
arg As Object _
) As Object |
Return Value
The object returned by the callback.
See Also