Miner.PresentationFramework Assembly > Miner.PresentationFramework.WPFControls Namespace > Calendar Class : SelectedDatesChanged Event |
'Declaration Public Event SelectedDatesChanged As EventHandler(Of SelectionChangedEventArgs)
'Usage Dim instance As Calendar Dim handler As EventHandler(Of SelectionChangedEventArgs) AddHandler instance.SelectedDatesChanged, handler
public event EventHandler<SelectionChangedEventArgs> SelectedDatesChanged
The event handler receives an argument of type SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AddedItems | |
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RemovedItems | |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.