'Declaration Public Function New( _
ByVal button As System.Windows.Forms.MouseButtons, _
ByVal interactionModeThe interaction mode.As DicomMprToolInteractionMode _
)
public DicomMprToolInteractionModeChangedEventArgs(
System.Windows.Forms.MouseButtons button,
DicomMprToolInteractionMode interactionMode
)
public: DicomMprToolInteractionModeChangedEventArgs(
System.Windows.Forms.MouseButtons* button,
DicomMprToolInteractionMode interactionMode
)
public:
DicomMprToolInteractionModeChangedEventArgs(
System.Windows.Forms.MouseButtons^ button,
DicomMprToolInteractionMode interactionMode
)
Parameters
- button
- The mouse button.
- interactionMode
- The interaction mode.