6364656667686970717273
if (aValue != null) { if (!doEqualityCheck (value, aValue)) { doSetValue (aValue); MauiEvent theEvent = doCreateEvent (aValue.toString ()); if (theEvent instanceof MActionEvent) { dispatchActionEvent((MActionEvent) theEvent); } }