DataGridRowEditEndingEventArgs Klasa
Definicja
Udostępnia dane dla zdarzenia RowEditEnding.Provides data for the RowEditEnding event.
public ref class DataGridRowEditEndingEventArgs : EventArgs
public class DataGridRowEditEndingEventArgs : EventArgs
type DataGridRowEditEndingEventArgs = class
inherit EventArgs
Public Class DataGridRowEditEndingEventArgs
Inherits EventArgs
- Dziedziczenie
Konstruktory
DataGridRowEditEndingEventArgs(DataGridRow, DataGridEditAction) |
Inicjuje nowe wystąpienie klasy DataGridRowEditEndingEventArgs.Initializes a new instance of the DataGridRowEditEndingEventArgs class. |
Właściwości
Cancel |
Pobiera lub ustawia wartość wskazującą, czy zdarzenie powinno być anulowane.Gets or sets a value that indicates whether the event should be canceled. |
EditAction |
Pobiera wartość wskazującą, czy edycja została anulowana, czy zatwierdzona.Gets a value that indicates whether the edit was canceled or committed. |
Row |
Pobiera wiersz, dla którego wystąpiło zdarzenie.Gets the row for which the event occurred. |
Metody
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |