Intersoft ClientUI Documentation
OnMouseLeftButtonDown(Object,MouseButtonEventArgs) Method



sender.
The data for the event.
Called before the MouseLeftButtonDown event occurs.
Syntax
Protected Overloads Overrides Sub OnMouseLeftButtonDown( _
   ByVal sender As Object, _
   ByVal e As MouseButtonEventArgs _
) 
Dim instance As UXScheduleViewCalendar
Dim sender As Object
Dim e As MouseButtonEventArgs
 
instance.OnMouseLeftButtonDown(sender, e)
protected override void OnMouseLeftButtonDown( 
   object sender,
   MouseButtonEventArgs e
)
protected:
void OnMouseLeftButtonDown( 
   Object^ sender,
   MouseButtonEventArgs^ e
) override 

Parameters

sender
sender.
e
The data for the 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

Reference

UXScheduleViewCalendar Class
UXScheduleViewCalendar Members
Overload List

Send Feedback