ActiveReports 10
LostMouseCapture Event (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v10 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : LostMouseCapture Event
Occurs when this element loses mouse capture.
Syntax
'Declaration
 
Public Event LostMouseCapture As MouseEventHandler
public event MouseEventHandler LostMouseCapture
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