Stellt Daten für das BeforeColumnSort-Ereignis bereit.

C# | Visual Basic | Visual C++ |
public class BeforeColumnSortEventArgs : ColCancelEventArgs
Public Class BeforeColumnSortEventArgs _ Inherits ColCancelEventArgs
public ref class BeforeColumnSortEventArgs : public ColCancelEventArgs

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | BeforeColumnSortEventArgsBeforeColumnSortEventArgsNew(Int32, eSortDirection) | Initialisiert eine neue Instanz der BeforeColumnSortEventArgs-Klasse. |
![]() | Cancel | Ruft einen Wert ab, der angibt, ob das Ereignis abgebrochen werden soll, oder legt diesen fest. (Inherited from ColCancelEventArgs.) |
![]() | Column | Die Spalte, die das Event ausgelöst hat, oder davon betroffen ist (Inherited from ColCancelEventArgs.) |
![]() | Direction | Ruft die Sortierrichtung ab, nach der alle Zeilen sortiert werden sollen. |
![]() | Determines whether the specified (Inherited from | |
![]() | Allows an (Inherited from | |
![]() | Serves as a hash function for a particular type. (Inherited from | |
![]() | Gets the (Inherited from | |
![]() | Creates a shallow copy of the current (Inherited from | |
![]() | Returns a (Inherited from |

Weitere Informationen und Beispiele finden Sie unter BeforeColumnSort()()

![]() | |||
![]() | ColCancelEventArgs | ||
![]() | BeforeColumnSortEventArgs |