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

注解

如果启用更改通知,则在对主题进行更改时会发生主题更改事件。

适用于