Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")> <CategoryAttribute("Property Changed")> Public Event AutoInteractiveMagnifyGlassChanged As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImageViewer Dim handler As EventHandler AddHandler instance.AutoInteractiveMagnifyGlassChanged, handler |
C# | |
---|---|
[DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")] [CategoryAttribute("Property Changed")] public event EventHandler AutoInteractiveMagnifyGlassChanged |
C++/CLI | |
---|---|
[DescriptionAttribute("Event raised when the value of the AutoInteractiveMagnifyGlass property is changed.")] [CategoryAttribute("Property Changed")] public: event EventHandler^ AutoInteractiveMagnifyGlassChanged |