TableGridViewModelRowUnselected - событие |
Событие потери выделения строкой
Пространство имён:
Tessa.UI.Views.Content
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public event EventHandler<TableRowSelectionEventArgs> RowUnselected
Public Event RowUnselected As EventHandler(Of TableRowSelectionEventArgs)
public:
event EventHandler<TableRowSelectionEventArgs^>^ RowUnselected {
void add (EventHandler<TableRowSelectionEventArgs^>^ value);
void remove (EventHandler<TableRowSelectionEventArgs^>^ value);
}
member RowUnselected : IEvent<EventHandler<TableRowSelectionEventArgs>,
TableRowSelectionEventArgs>
Значение
Тип:
SystemEventHandlerTableRowSelectionEventArgsСм. также