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

In This Topic
    AppointmentActionEventArgs Class
    In This Topic
    The AppointmentActionEventArgs class describes routed event data for user actions on the Appointment object.
    Object Model
    AppointmentActionEventArgs 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 AppointmentActionEventArgs 
       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 AppointmentActionEventArgs : Windows.UI.Xaml.RoutedEventArgs 
    Inheritance Hierarchy

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

    See Also