[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.BeforeViewChange

BeforeViewChange Event

Occurs immediately before the next actions:

  • When range of visible dates is changed by the associated calendar control.
  • When view type is changed by the ViewType property change.
  • When range of visible dates and(or) view type is changed by the C1Scheduler commands.
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public event EventHandler<BeforeViewChangeEventArgs> BeforeViewChange
Returns
Type Description
EventHandler<BeforeViewChangeEventArgs> Occurs immediately before the next actions: When range of visible dates is changed by the associated calendar control.When view type is changed by the property change.When range of visible dates and(or) view type is changed by the commands.
Remarks

Use this event to cancel action, to set other view type or to set other range of dates.