'Declaration Public MustOverride Sub DoMouseDown( _
ByVal controlThe scroll viewer.As System.Windows.Controls.ScrollViewer, _
ByVal elementThe current input element.As System.Windows.IInputElement, _
ByVal eThe System.Windows.Input.MouseButtonEventArgs instance containing the event data.As System.Windows.Input.MouseButtonEventArgs _
)
public abstract void DoMouseDown(
System.Windows.Controls.ScrollViewer control,
System.Windows.IInputElement element,
System.Windows.Input.MouseButtonEventArgs e
)
public: abstract void DoMouseDown(
System.Windows.Controls.ScrollViewer* control,
System.Windows.IInputElement* element,
System.Windows.Input.MouseButtonEventArgs* e
)
public:
abstract void DoMouseDown(
System.Windows.Controls.ScrollViewer^ control,
System.Windows.IInputElement^ element,
System.Windows.Input.MouseButtonEventArgs^ e
)
Parameters
- control
- The scroll viewer.
- element
- The current input element.
- e
- The System.Windows.Input.MouseButtonEventArgs instance containing the event data.