71 virtual void onEditItem(
long sourceId, __int64 rowIndex) = 0;
75 virtual void onItemCreated(
long sourceId, __int64 rowIndex,
const vector<KeyValue>& rowValues) = 0;
77 virtual void onItemUpdated(
long sourceId, __int64 rowIndex,
const vector<KeyValue>& rowValues) = 0;
86 const wstring& oldValue,
const wstring& newValue) = 0;
Definition EventListeners.h:38
__int64 actionId
Definition EventListeners.h:41
long sourceComponentId
Definition EventListeners.h:40
wstring actionName
Definition EventListeners.h:42
Definition EventListeners.h:46
virtual void onAction(const ActionEvent &ev)=0
Definition EventListeners.h:7
wstring oldValue
Definition EventListeners.h:10
long sourceComponentId
Definition EventListeners.h:9
wstring newValue
Definition EventListeners.h:11
Definition EventListeners.h:15
virtual void onDataChanged(const DataChangeEvent &ev)=0
Definition EventListeners.h:82
virtual BOOL onCellValueChanged(long sourceId, __int64 rowIndex, const wstring &columnName, const wstring &oldValue, const wstring &newValue)=0
Definition EventListeners.h:67
virtual void onItemCreated(long sourceId, __int64 rowIndex, const vector< KeyValue > &rowValues)=0
virtual void onEditItem(long sourceId, __int64 rowIndex)=0
virtual BOOL onDeleteItem(long sourceId, __int64 rowIndex)=0
virtual void onItemUpdated(long sourceId, __int64 rowIndex, const vector< KeyValue > &rowValues)=0
virtual void onCreateItem(long sourceId)=0
Definition EventListeners.h:53
long sourceComponentId
Definition EventListeners.h:55
__int64 rowIndex
Definition EventListeners.h:56
Definition EventListeners.h:60
virtual void onItemDoubleClicked(const RowDoubleClickEvent &ev)=0
Definition EventListeners.h:22
wstring selectionValue
Definition EventListeners.h:26
BOOL checked
Definition EventListeners.h:27
__int64 selectionIndex
Definition EventListeners.h:25
long sourceComponentId
Definition EventListeners.h:24
Definition EventListeners.h:31
virtual void onSelectionChanged(const SelectionChangeEvent &ev)=0