DataAsyncCommandCancelEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that is called when an asynchronous command is canceled.
public delegate void DataAsyncCommandCancelEventHandler();
public delegate void DataAsyncCommandCancelEventHandler();
type DataAsyncCommandCancelEventHandler = delegate of unit -> unit
Public Delegate Sub DataAsyncCommandCancelEventHandler()