HostedWpfControl.NotifyContextChange Method
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.
Overloads
NotifyContextChange(Context) |
Notifies the application of a context change. |
NotifyContextChange(String) |
Obsolete.
Notifies the application of a context change. |
NotifyContextChange(Context)
Notifies the application of a context change.
public:
virtual void NotifyContextChange(Microsoft::Uii::Csr::Context ^ context);
public virtual void NotifyContextChange (Microsoft.Uii.Csr.Context context);
abstract member NotifyContextChange : Microsoft.Uii.Csr.Context -> unit
override this.NotifyContextChange : Microsoft.Uii.Csr.Context -> unit
Public Overridable Sub NotifyContextChange (context As Context)
Parameters
- context
- Context
Specifies the context.
Implements
Applies to
NotifyContextChange(String)
Caution
This method has been deprecated, use NotifyContextChange(Context)
Notifies the application of a context change.
public:
virtual void NotifyContextChange(System::String ^ context);
[System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")]
public virtual void NotifyContextChange (string context);
[<System.Obsolete("This method has been deprecated, use NotifyContextChange(Context)")>]
abstract member NotifyContextChange : string -> unit
override this.NotifyContextChange : string -> unit
Public Overridable Sub NotifyContextChange (context As String)
Parameters
- context
- String
Specifies the context.
Implements
- Attributes