This event is generated when the mouse button is pressed inside the Magnifier.
[Visual Basic] Public Event
MagnifierMouseDown As MouseButtonEventHandler
[C#] public event MouseButtonEventHandler
MagnifierMouseDown;
Event Data
The event handler receives arguments of type MouseButtonEventArgs