Nevron Open Vision Documentation
Nevron.Nov.Schedule.Editors Namespace / NEndDatePropertyEditor Class / OnDateTimeBoxSelectedDateChanged Method


In This Topic
    OnDateTimeBoxSelectedDateChanged Method (NEndDatePropertyEditor)
    In This Topic
    Called when the selected date of the date time box has changed. Overriden to change the selected date to the end of the day instead of its start.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDateTimeBoxSelectedDateChanged( _
       ByVal arg As NValueChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NEndDatePropertyEditor
    Dim arg As NValueChangeEventArgs
     
    instance.OnDateTimeBoxSelectedDateChanged(arg)
    protected override void OnDateTimeBoxSelectedDateChanged( 
       NValueChangeEventArgs arg
    )

    Parameters

    arg
    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