Xceed.Silverlight.Controls.v2.0 Assembly > Xceed.Silverlight.Controls Namespace > DataNavigationItem Class : Click Event |
'Declaration Public Event Click As MouseButtonEventHandler
'Usage Dim instance As DataNavigationItem Dim handler As MouseButtonEventHandler AddHandler instance.Click, handler
public event MouseButtonEventHandler Click
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 |
---|---|
Handled | |
OriginalSource (Inherited from System.Windows.RoutedEventArgs) | |
StylusDevice (Inherited from System.Windows.Input.MouseEventArgs) |
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family