[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")]
public event EventHandler AutoInteractiveMagnifyGlassChanged
'Declaration
<CategoryAttribute("Property Changed")>
<DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")>
Public Event AutoInteractiveMagnifyGlassChanged As EventHandler
'Usage
Dim instance As RasterImageViewer
Dim handler As EventHandler
AddHandler instance.AutoInteractiveMagnifyGlassChanged, handler
[CategoryAttribute("Property Changed")]
[DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")]
public:
event EventHandler^ AutoInteractiveMagnifyGlassChanged