Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the user activates a sort.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public event SortEventHandler Sort
public:
event SortEventHandler^ Sort {
void add(SortEventHandler^ value);
void remove(SortEventHandler^ value);
}
member Sort : IEvent<SortEventHandler,
SortEventArgs>
Public Event Sort As SortEventHandler
Remarks
This event occurs when the user activates a sort. Information about this event is passed in a SortEventArgs object to the SortEventHandler delegate, which handles the event.
For more information about handling events, see NIB: Consuming Events.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top