CallbackWithState 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.
Delegates that defines a call back with one parameter (state)
public delegate void CallbackWithState(System::Object ^ state);
public delegate void CallbackWithState(object state);
type CallbackWithState = delegate of obj -> unit
Public Delegate Sub CallbackWithState(state As Object)
Parameters
- state
- Object