| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub OnExpandDirectionChanged( _ ByVal oldValue As ExpandDirection, _ ByVal newValue As ExpandDirection _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UXRatingItem Dim oldValue As ExpandDirection Dim newValue As ExpandDirection instance.OnExpandDirectionChanged(oldValue, newValue) | |
| C# | |
|---|---|
protected virtual void OnExpandDirectionChanged( ExpandDirection oldValue, ExpandDirection newValue ) | |
| Delphi | |
|---|---|
protected procedure OnExpandDirectionChanged( oldValue: ExpandDirection; newValue: ExpandDirection ); virtual; | |
| JScript | |
|---|---|
protected function OnExpandDirectionChanged( oldValue : ExpandDirection, newValue : ExpandDirection ); | |
| Managed Extensions for C++ | |
|---|---|
protected: virtual void OnExpandDirectionChanged( ExpandDirection oldValue, ExpandDirection newValue ) | |
| C++/CLI | |
|---|---|
protected: virtual void OnExpandDirectionChanged( ExpandDirection oldValue, ExpandDirection newValue ) | |
Parameters
- oldValue
- Old value.
- newValue
- New value.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family