RadControls for Silverlight

Represents a delegate to use for dispatcher operations.

Namespace: Telerik.Windows.Controls
Assembly: 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

Parameters

arg
Type: System..::..Object

Return Value

The object returned by the callback.

See Also