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.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool PermanentCall { get; set; }
Visual Basic (Declaration)
Public Property PermanentCall As Boolean
	Get
	Set

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.

See Also