C1.Silverlight.Schedule.5
BeforeViewChange Event

Occurs immediately before the next actions:
Syntax
'Declaration
 
Public Event BeforeViewChange As System.EventHandler(Of BeforeViewChangeEventArgs)
public event System.EventHandler<BeforeViewChangeEventArgs> BeforeViewChange
Event Data

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.

PropertyDescription
DatesGets or sets the range of dates which should be selected in the view.  
HandledGets or sets a value that indicates the present state of the event handling.  
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
StyleGets or sets Style value determining which Style should be selected.  
Remarks
Use this event to cancel action, to set other view type or to set other range of dates.
See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.