다음을 통해 공유


CancelEventArgs Class

Represents event arguments or the cancel event.

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

Usage

'Usage
Dim instance As CancelEventArgs

Syntax

'Declaration
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState:=True)> _
Public Class CancelEventArgs
    Inherits EventArgs
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState=true)] 
public class CancelEventArgs : EventArgs
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState=true)] 
public ref class CancelEventArgs : public EventArgs
/** @attribute HostProtectionAttribute(SecurityAction.LinkDemand, SharedState=true) */ 
public class CancelEventArgs extends EventArgs
public class CancelEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.CancelEventArgs
       Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.BrowserExtendedNavigatingEventArgs
       Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.BrowserExtendedNewWindowEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

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

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