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

설명

변경 알림을 사용하도록 설정하면 테마를 변경할 때 테마 변경 이벤트가 발생합니다.

적용 대상