Intersoft ClientUI Documentation
OnIntervalTypePropertyChanged(DateTimeIntervalType,DateTimeIntervalType) Method



IntervalTypeProperty property changed handler.
Syntax
Protected Overridable Sub OnIntervalTypePropertyChanged( _
   ByVal oldValue As DateTimeIntervalType, _
   ByVal newValue As DateTimeIntervalType _
) 
Dim instance As DateTimeAxisLabel
Dim oldValue As DateTimeIntervalType
Dim newValue As DateTimeIntervalType
 
instance.OnIntervalTypePropertyChanged(oldValue, newValue)
protected virtual void OnIntervalTypePropertyChanged( 
   DateTimeIntervalType oldValue,
   DateTimeIntervalType newValue
)
protected:
virtual void OnIntervalTypePropertyChanged( 
   DateTimeIntervalType oldValue,
   DateTimeIntervalType newValue
) 

Parameters

oldValue
newValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DateTimeAxisLabel Class
DateTimeAxisLabel Members

Send Feedback