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