C1.Silverlight.Schedule Namespace > C1Scheduler Class : BeforeViewChange Event |
'Declaration
Public Event BeforeViewChange As System.EventHandler(Of BeforeViewChangeEventArgs)
public event System.EventHandler<BeforeViewChangeEventArgs> BeforeViewChange
The event handler receives an argument of type BeforeViewChangeEventArgs containing data related to this event. The following BeforeViewChangeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Dates | Gets or sets the range of dates which should be selected in the view. |
Handled | Gets or sets a value that indicates the present state of the event handling. |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
Style | Gets or sets Style value determining which Style should be selected. |
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