Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / BeforeViewChangeEventArgs Class
Members

In This Topic
    BeforeViewChangeEventArgs Class
    In This Topic
    Provides data for the C1Scheduler.BeforeViewChange event of the C1Scheduler control.
    Object Model
    BeforeViewChangeEventArgs Class
    Syntax
    'Declaration
     
    
    <ThreadingAttribute(ThreadingModel.Both)>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ComposableAttribute(Windows.UI.Xaml.IRoutedEventArgsFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    Public Class BeforeViewChangeEventArgs 
       Inherits Windows.UI.Xaml.RoutedEventArgs
    [Threading(ThreadingModel.Both)]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Composable(Windows.UI.Xaml.IRoutedEventArgsFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    public class BeforeViewChangeEventArgs : Windows.UI.Xaml.RoutedEventArgs 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.RoutedEventArgs
          C1.Xaml.Schedule.BeforeViewChangeEventArgs

    See Also