ScalableImage.SourceChanged Event
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.
Occurs when Source property changes.
public:
event EventHandler<Microsoft::Management::UI::Internal::PropertyChangedEventArgs<Microsoft::Management::UI::Internal::ScalableImageSource ^> ^> ^ SourceChanged;
public event EventHandler<Microsoft.Management.UI.Internal.PropertyChangedEventArgs<Microsoft.Management.UI.Internal.ScalableImageSource>> SourceChanged;
member this.SourceChanged : EventHandler<Microsoft.Management.UI.Internal.PropertyChangedEventArgs<Microsoft.Management.UI.Internal.ScalableImageSource>>
Public Custom Event SourceChanged As EventHandler(Of PropertyChangedEventArgs(Of ScalableImageSource))