EventHandlerCreationInformation.CancelOnError プロパティ
取得または既定で前のイベントをキャンセルする、イベントを発生させるエラーがある場合かどうかを示す Boolean 値を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property CancelOnError As Boolean
Get
Set
'使用
Dim instance As EventHandlerCreationInformation
Dim value As Boolean
value = instance.CancelOnError
instance.CancelOnError = value
[RemoteAttribute]
public bool CancelOnError { get; set; }
プロパティ値
型: System.Boolean
Trueエラーがある場合にデフォルトで前のイベントが取り消された場合それ以外の場合、 False。
関連項目
参照先
EventHandlerCreationInformation クラス