CancelEventHandler Delegate

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides the method that handles a cancelable event.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Delegate Sub CancelEventHandler ( _
    sender As Object, _
    e As CancelEventArgs _
)
public delegate void CancelEventHandler(
    Object sender,
    CancelEventArgs e
)
public delegate void CancelEventHandler(
    Object^ sender, 
    CancelEventArgs^ e
)
type CancelEventHandler = 
    delegate of 
        sender:Object * 
        e:CancelEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT Namespace