AdapterContextChanged Delegate

Definition

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.

Applies to