 | ICancelEventArgs Interface |
Cancel event args
Namespace:
EBP.Api.Interfaces.Misc
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic interface ICancelEventArgs : IEventArgs,
IDisposable, IEquatable<IProxy>
Public Interface ICancelEventArgs
Inherits IEventArgs, IDisposable, IEquatable(Of IProxy)
The ICancelEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Cancel |
Gets or sets a value indicating whether the event should be canceled
|
Top
Methods
| Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
See Also