Stellt Daten für das CellClick- und das CellDoubleClick-Ereignis bereit.
| C# | Visual Basic | Visual C++ |
public class CellClickEventArgs : MouseClickEventArgs
Public Class CellClickEventArgs _ Inherits MouseClickEventArgs
public ref class CellClickEventArgs : public MouseClickEventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CellClickEventArgsCellClickEventArgsNew(MouseButtons, Int32, Int32) | Initialisiert eine neue Instanz der CellClickEventArgs-Klasse. | |
| Button | Ruft die Maustaste ab, die das Ereignis ausgelöst hat. (Inherited from MouseClickEventArgs.) | |
| Column | Die Spalte, die das Event ausgelöst hat, oder davon betroffen ist (Inherited from ColRowEventArgs.) | |
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 | ||
| Row | Die Zeile, die das Event ausgelöst hat, oder davon betroffen ist (Inherited from ColRowEventArgs.) | |
Returns a (Inherited from |
Weitere Informationen und Beispiele finden Sie unter CellClick()()
| ColRowEventArgs | ||||
| MouseClickEventArgs | ||||
| CellClickEventArgs | ||||