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
original
MouseButtonEventArgsThe original
MouseButtonEventArgs
that contains the event data.lineIndex
intThe index of the clicked line.
itemBounds
RectThe bounds rectangle of the visual gutter item.
mousePositionInItem
PointThe 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
mouse
MouseDeviceThe logical Mouse device associated with this event.
timestamp
intThe time when the input occurred.
button
MouseButtonThe mouse button whose state is being described.
stylusDevice
StylusDeviceThe stylus associated with this event.
lineIndex
intThe index of the clicked line.
itemBounds
RectThe bounds rectangle of the visual gutter item.
mousePositionInItem
PointThe mouse position relative to the gutter layer.