RadControls for Silverlight

Contains data needed to handle DistinctValuesLoading event.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.1050

Syntax

C#
public class GridViewDistinctValuesLoadingEventArgs : CancelEventArgs
Visual Basic
Public Class GridViewDistinctValuesLoadingEventArgs _
	Inherits CancelEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      Telerik.Windows.Controls.GridView..::..GridViewDistinctValuesLoadingEventArgs

See Also