Klasa SortEventArgs
Provides data for the Sort event.
Hierarchia dziedziczenia
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WebForms.SortEventArgs
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<ComVisibleAttribute(False)> _
Public NotInheritable Class SortEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class SortEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class SortEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type SortEventArgs =
class
inherit CancelEventArgs
end
public final class SortEventArgs extends CancelEventArgs
Typ SortEventArgs uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
![]() |
SortEventArgs | Constructs a new SortEventArgs object. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Cancel | Pobiera lub ustawia wartość określającą, czy zdarzenie powinno być anulowane. (Odziedziczone z CancelEventArgs). |
![]() |
ClearSort | Indicates whether all other existing sorts should be cleared. |
![]() |
SortDirection | Gets an enumeration value indicating the direction of the sort. |
![]() |
SortId | Gets the unique identifier of the sort action. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Uwagi
This is passed to the SortEventHandler delegate when a Sort event occurs.
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.