| IPropertyManagerPageHandlerExDataChanged Event |
Fired when the data is changed (i.e. text box changed, combobox selection changed etc.)
Namespace:
CodeStack.SwEx.PMPage.Base
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax Event DataChanged As Action
event Action^ DataChanged {
void add (Action^ value);
void remove (Action^ value);
}
Value
Type:
SystemActionSee Also