Skip to main content

CancelEventHandler Delegate

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI

Represents a method that handles a cancelable event.

public delegate void CancelEventHandler(object sender, CancelEventArgs e);