DataGridSortingEventArgs Класс
Определение
public ref class DataGridSortingEventArgs : System::Windows::Controls::DataGridColumnEventArgs
public class DataGridSortingEventArgs : System.Windows.Controls.DataGridColumnEventArgs
type DataGridSortingEventArgs = class
inherit DataGridColumnEventArgs
Public Class DataGridSortingEventArgs
Inherits DataGridColumnEventArgs
- Наследование
Конструкторы
DataGridSortingEventArgs(DataGridColumn) |
Инициализирует новый экземпляр класса DataGridSortingEventArgs.Initializes a new instance of the DataGridSortingEventArgs class. |
Свойства
Column |
Получает столбец, относящийся к событию.Gets the column related to the event. (Унаследовано от DataGridColumnEventArgs) |
Handled |
Получает или задает значение, определяющее, обработано ли перенаправленное событие.Gets or sets a value that specifies whether the routed event is handled. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит в качестве хэш-функции по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |