Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / AppointmentLinkClickedEventArgs Class / Target Property

In This Topic
    Target Property (AppointmentLinkClickedEventArgs)
    In This Topic
    Gets the value of the link's TARGET attribute.
    Syntax
    'Declaration
     
    Public ReadOnly Property Target As System.String
    public System.string Target {get;}
    See Also