Xceed Toolkit Plus for WPF v4.6 Documentation
HeaderMouseLeftButtonClicked Event (StyleableWindow)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > StyleableWindow Class : HeaderMouseLeftButtonClicked Event
Raised when the header is clicked using the left mouse button.
Syntax
'Declaration
 
Public Event HeaderMouseLeftButtonClicked As MouseButtonEventHandler
'Usage
 
Dim instance As StyleableWindow
Dim handler As MouseButtonEventHandler
 
AddHandler instance.HeaderMouseLeftButtonClicked, handler
public event MouseButtonEventHandler HeaderMouseLeftButtonClicked
Event Data

The event handler receives an argument of type MouseButtonEventArgs containing data related to this event. The following MouseButtonEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
(Inherited from System.Windows.Input.InputEventArgs)
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
Requirements

See Also