Zdarzenie ReportViewer.Sort
Occurs when the user activates a sort.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Event Sort As SortEventHandler
public event SortEventHandler Sort
public:
event SortEventHandler^ Sort {
void add (SortEventHandler^ value);
void remove (SortEventHandler^ value);
}
member Sort : IEvent<SortEventHandler,
SortEventArgs>
Język JScript nie obsługuje zdarzeń.
Uwagi
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 Używające zdarzeń.