Share via


CancelEventArgs.Cancel Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Gets or sets a Boolean value that specifies whether the event is canceled.

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

Syntax

public bool Cancel {
    [TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
    get;
    [TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")]
    set;
}
Public Property Cancel As Boolean

Property Value

Type: System.Boolean

Type: Boolean
True if the event is canceled, otherwise false.

See Also

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

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright