Provides data for the BeforeViewChange event of the C1Scheduler control.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class BeforeViewChangeEventArgs : RoutedEventArgs
Visual Basic (Declaration)
Public Class BeforeViewChangeEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      C1.WPF.C1Schedule..::..BeforeViewChangeEventArgs

See Also