Compartir a través de


CancelEventArgs Constructor (Boolean)

Initializes a new instance of the CancelEventArgsclass.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim cancel As Boolean

Dim instance As New CancelEventArgs(cancel)

Syntax

'Declaration
<TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")> _
Public Sub New ( _
    cancel As Boolean _
)
[TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")] 
public CancelEventArgs (
    bool cancel
)
[TargetedPatchingOptOutAttribute(L"Performance critical to inline this type of method across NGen image boundaries")] 
public:
CancelEventArgs (
    bool cancel
)
/** @attribute TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries") */ 
public CancelEventArgs (
    boolean cancel
)
TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries") 
public function CancelEventArgs (
    cancel : boolean
)

Parameters

  • cancel

Platforms

See Also

Reference

CancelEventArgs Class
CancelEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.