Constructor MouseEventArgsSnapshot
MouseEventArgsSnapshot(MouseEventArgs)
Initializes a new instance of the MouseEventArgsSnapshot class using the specified mouse event arguments.
public MouseEventArgsSnapshot(MouseEventArgs e)
Parameters
eMouseEventArgsThe MouseEventArgs instance containing the details of the mouse event to snapshot. Cannot be null.