Example of the NotifyNewSelection Notification
The following code is an example usage of the NotifyNewSelection notification:
this.AttachNotificationHandler(consts.get("SWE_PROP_NOTI_SELECTED"), function
(propSet){
if (propSet.GetProperty(consts.get("SWE_PROP_NOTI_SELECTED")) === "false")
this.SetProperty ("rowBeingUnselected",
propSet.GetProperty("SWE_PROP_BC_NOTI_ACTIVE_ROW"));
}
});