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

In This Topic
    AddingAppointmentEventArgs Class
    In This Topic
    The AddingAppointmentEventArgs class describes routed event data for the C1Scheduler.UserAddingAppointment event.
    Object Model
    AddingAppointmentEventArgs 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 AddingAppointmentEventArgs 
       Inherits AppointmentActionEventArgs
    [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 AddingAppointmentEventArgs : AppointmentActionEventArgs 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.RoutedEventArgs
          C1.Xaml.Schedule.AppointmentActionEventArgs
             C1.Xaml.Schedule.AddingAppointmentEventArgs

    See Also