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입니다.

설명

변경 알림을 활성화하면 테마를 변경할 때 테마 변경 이벤트가 발생합니다.

적용 대상