DataGridRowEventArgs Kelas

Definisi

Menyediakan data untuk peristiwa LoadingRow dan UnloadingRow.

public ref class DataGridRowEventArgs : EventArgs
public class DataGridRowEventArgs : EventArgs
type DataGridRowEventArgs = class
    inherit EventArgs
Public Class DataGridRowEventArgs
Inherits EventArgs
Warisan
DataGridRowEventArgs

Konstruktor

DataGridRowEventArgs(DataGridRow)

Menginisialisasi instans baru kelas DataGridRowEventArgs.

Properti

Row

Mendapatkan baris tempat peristiwa terjadi.

Metode

Equals(Object)

Menentukan apakah objek yang ditentukan sama dengan objek saat ini.

(Diperoleh dari Object)
GetHashCode()

Berfungsi sebagai fungsi hash default.

(Diperoleh dari Object)
GetType()

Mendapatkan dari instans Type saat ini.

(Diperoleh dari Object)
MemberwiseClone()

Membuat salinan dangkal dari saat ini Object.

(Diperoleh dari Object)
ToString()

Mengembalikan string yang mewakili objek saat ini.

(Diperoleh dari Object)

Berlaku untuk

Lihat juga