Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentWidget Class / OnAppointmentSubjectChanged Method


In This Topic
    OnAppointmentSubjectChanged Method
    In This Topic
    Called when the subject of the owner appointment has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAppointmentSubjectChanged( _
       ByVal oldSubject As System.String, _
       ByVal newSubject As System.String _
    ) 
    'Usage
     
    
    Dim instance As NAppointmentWidget
    Dim oldSubject As System.String
    Dim newSubject As System.String
     
    instance.OnAppointmentSubjectChanged(oldSubject, newSubject)
    protected virtual void OnAppointmentSubjectChanged( 
       System.string oldSubject,
       System.string newSubject
    )

    Parameters

    oldSubject
    newSubject
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also