ScalableImageSource.OnAccessibleNameChanged 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.
Called when AccessibleName property changes.
protected:
virtual void OnAccessibleNameChanged(Microsoft::Management::UI::Internal::PropertyChangedEventArgs<System::String ^> ^ e);
protected virtual void OnAccessibleNameChanged (Microsoft.Management.UI.Internal.PropertyChangedEventArgs<string> e);
abstract member OnAccessibleNameChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<string> -> unit
override this.OnAccessibleNameChanged : Microsoft.Management.UI.Internal.PropertyChangedEventArgs<string> -> unit
Protected Overridable Sub OnAccessibleNameChanged (e As PropertyChangedEventArgs(Of String))