'Declaration Public Event HeaderMouseLeftButtonDoubleClicked As MouseButtonEventHandler
'Usage Dim instance As StyleableWindow Dim handler As MouseButtonEventHandler AddHandler instance.HeaderMouseLeftButtonDoubleClicked, handler
public event MouseButtonEventHandler HeaderMouseLeftButtonDoubleClicked
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.
Property | Description |
---|---|
ButtonState | |
ChangedButton | |
ClickCount | |
Device | (Inherited from System.Windows.Input.InputEventArgs) |
Handled | (Inherited from ) |
LeftButton | (Inherited from ) |
MiddleButton | (Inherited from ) |
MouseDevice | (Inherited from ) |
OriginalSource | (Inherited from ) |
RightButton | (Inherited from ) |
RoutedEvent | (Inherited from ) |
Source | (Inherited from ) |
StylusDevice | (Inherited from ) |
Timestamp | (Inherited from ) |
XButton1 | (Inherited from ) |
XButton2 | (Inherited from ) |
Requirements
See Also