NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CancelEventArgs Class

Provides data for the Cancel event.

Object
   EventArgs
      CancelEventArgs

[Visual Basic]
Public Class CancelEventArgs
   Inherits EventArgs
[C#]
public class CancelEventArgs : EventArgs
[C++]
public __gc class CancelEventArgs : public EventArgs
[JScript]
public class CancelEventArgs extends EventArgs

Remarks

A Cancel event is raised by a component when you want cancel a particular operation. A CancelEventArgs object specifies whether the operation should be canceled.

CancelEventArgs provides the Cancel property to get or set whether the event should be canceled.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

CancelEventArgs Members | System.ComponentModel Namespace | CancelEventHandler