Interface PendingStatusChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification method called whenshowPendingis enabled and this form item should either clear or show its "Pending" visual state. 
- 
Method Details
- 
onPendingStatusChanged
Notification method called whenshowPendingis enabled and this form item should either clear or show its "Pending" visual state.The default behavior is that the
titleStyleandcellStyleare updated to include/exclude the "Pending" suffix. Standard form item types may implement additional default behavior (see any item-specific pendingStatusChanged() documentation). Returningfalsewill cancel the default behavior.The pendingStatusChanged() notification method is typically used by
CanvasItem-derived form items, where a custom or supplemental pending visual state is desired.- Parameters:
 event- the event
 
 -