Intersoft ClientUI Documentation
OnClockStyleChanged Method



The old value.
The new value.
Called when ClockStyle property value has changed.
Syntax
Protected Overridable Sub OnClockStyleChanged( _
   ByVal oldValue As Style, _
   ByVal newValue As Style _
) 
Dim instance As UXDateTimePicker
Dim oldValue As Style
Dim newValue As Style
 
instance.OnClockStyleChanged(oldValue, newValue)
protected virtual void OnClockStyleChanged( 
   Style oldValue,
   Style newValue
)
protected:
virtual void OnClockStyleChanged( 
   Style^ oldValue,
   Style^ newValue
) 

Parameters

oldValue
The old value.
newValue
The new value.
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

UXDateTimePicker Class
UXDateTimePicker Members

Send Feedback