WorkflowTheme.EnableChangeNotification 属性

定义

获取或设置一个值,该值指示是否启用更改通知。

public:
 static property bool EnableChangeNotification { bool get(); void set(bool value); };
public static bool EnableChangeNotification { get; set; }
static member EnableChangeNotification : bool with get, set
Public Shared Property EnableChangeNotification As Boolean

属性值

true 启用更改通知;否则,为 false.

注解

启用更改通知会导致在对主题进行更改时发生主题更改事件。

适用于