MainWindow..::..UIElement_OnMouseLeftButtonDown Method
Handles the OnMouseLeftButtonDown event of the
UIElement control.
Namespace:
MichaelBrandonMorris.PdfConversionAndTimeStampToolAssembly: MichaelBrandonMorris.PdfConversionAndTimeStampTool (in MichaelBrandonMorris.PdfConversionAndTimeStampTool.exe)
Syntax
private void UIElement_OnMouseLeftButtonDown( Object sender, MouseButtonEventArgs e )
Private Sub UIElement_OnMouseLeftButtonDown ( _ sender As Object, _ e As MouseButtonEventArgs _ )
private: void UIElement_OnMouseLeftButtonDown( Object^ sender, MouseButtonEventArgs^ e )
Parameters
- sender
- Type: Object
The source of the event.
- e
- Type: MouseButtonEventArgs
The MouseButtonEventArgs instance containing the event data.