Gets or sets a value that determines whether a method or a constructor
call is performed automatically each time when one of the input parameters
is changed, or explicitly when the Call property value becomes
true. The default value is False. This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
Remarks
If PermanentCall is set to False, a method or a constructor call is performed only when the Call property value changes its value from False to True.
If PermanentCall is set to True, a method or a constructor call is performed automatically each time when one of the input parameters is changed.
This is a dependency property.