DataAsyncCommandStartEventHandler 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 starts.
public delegate void DataAsyncCommandStartEventHandler();
public delegate void DataAsyncCommandStartEventHandler();
type DataAsyncCommandStartEventHandler = delegate of unit -> unit
Public Delegate Sub DataAsyncCommandStartEventHandler()