Version

SourceElement_MouseDown Method (DataPresenterRecordProxyBase)

Overrides the mouse down to record a single-click on a mouse down if not already recorded on a preview mouse down
Syntax
'Declaration
 
Protected Overrides Sub SourceElement_MouseDown( _
   ByVal sender As System.Object, _
   ByVal e As System.Windows.Input.MouseButtonEventArgs _
) 
protected override void SourceElement_MouseDown( 
   System.object sender,
   System.Windows.Input.MouseButtonEventArgs e
)
protected: void SourceElement_MouseDown( 
   System.Object* sender,
   System.Windows.Input.MouseButtonEventArgs* e
) override 

Parameters

sender
DataPresenterBase control
e
Event args for MouseDown event
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also