ActiveReports 10
GotMouseCapture Event

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : GotMouseCapture Event
Occurs when this element captures the mouse.
Syntax
'Declaration
 
Public Event GotMouseCapture As MouseEventHandler
public event MouseEventHandler GotMouseCapture
Event Data

The event handler receives an argument of type MouseEventArgs containing data related to this event. The following MouseEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
 
See Also