AdapterContextChanged 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 abstract class used by UII as the generalized base class for other adapters.
public delegate void AdapterContextChanged(Context ^ newContext);
public delegate void AdapterContextChanged(Context newContext);
type AdapterContextChanged = delegate of Context -> unit
Public Delegate Sub AdapterContextChanged(newContext As Context)
Parameters
- newContext
- Context
Specifies the new context.