RadControls for Windows Phone

Occurs when the control is in OnDemandManual data virtualization mode and the end user has indicated that more data has to be loaded.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Primitives (in Telerik.Windows.Controls.Primitives.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)

Syntax

C#
public event EventHandler<EventArgs> DataRequested
Visual Basic
Public Event DataRequested As EventHandler(Of EventArgs)
Visual C++
public:
 event EventHandler<EventArgs^>^ DataRequested {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

See Also