Constructor GutterMouseButtonEventArgs
GutterMouseButtonEventArgs(MouseButtonEventArgs, int, Rect, Point)
Initializes a new instance of the GutterMouseButtonEventArgs class with specified parameters.
public GutterMouseButtonEventArgs(MouseButtonEventArgs original, int lineIndex, Rect itemBounds, Point mousePositionInItem)
Parameters
originalMouseButtonEventArgsThe original
MouseButtonEventArgsthat contains the event data.lineIndexintThe index of the clicked line.
itemBoundsRectThe bounds rectangle of the visual gutter item.
mousePositionInItemPointThe mouse position relative to the gutter layer.
GutterMouseButtonEventArgs(MouseDevice, int, MouseButton, StylusDevice, int, Rect, Point)
Initializes a new instance of the GutterMouseButtonEventArgs class with specified parameters.
public GutterMouseButtonEventArgs(MouseDevice mouse, int timestamp, MouseButton button, StylusDevice stylusDevice, int lineIndex, Rect itemBounds, Point mousePositionInItem)
Parameters
mouseMouseDeviceThe logical Mouse device associated with this event.
timestampintThe time when the input occurred.
buttonMouseButtonThe mouse button whose state is being described.
stylusDeviceStylusDeviceThe stylus associated with this event.
lineIndexintThe index of the clicked line.
itemBoundsRectThe bounds rectangle of the visual gutter item.
mousePositionInItemPointThe mouse position relative to the gutter layer.