Quintiq file version 2.0
|
#parent: #root
|
NotificationInterface CapacityChanged
|
{
|
#keys: '1[146730.0.849220072]'
|
OnCreateText:
|
[*
|
// Trigger processing of the changed capacity of the calendar.
|
this -> ExecuteOnCapacityChanged();
|
*]
|
OnUpdateText:
|
[*
|
if( this.HasChangedCapacity() = true )
|
{
|
// Trigger processing of the changed capacity of the calendar.
|
this -> ExecuteOnCapacityChanged();
|
}
|
*]
|
InterfaceProperties { Accessibility: 'Module' }
|
}
|