'Declaration Public Event Changed As EventHandler(Of ImageChangedEventArgs)
public event EventHandler<ImageChangedEventArgs> Changed
public: __event EventHandler<ImageChangedEventArgs*>* Changed
public: event EventHandler<ImageChangedEventArgs^>^ Changed
Event Data
The event handler receives an argument of type ImageChangedEventArgs containing data related to this event. The following ImageChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Image | Get the image which was changed. |
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also