| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal eventHandler As RoutedEvent, _ ByVal direction As SpinDirection _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim eventHandler As RoutedEvent Dim direction As SpinDirection Dim instance As New UXSpinnerSpinEventArgs(eventHandler, direction) | |
| C# | |
|---|---|
public UXSpinnerSpinEventArgs( RoutedEvent eventHandler, SpinDirection direction ) | |
| Delphi | |
|---|---|
public UXSpinnerSpinEventArgs( eventHandler: RoutedEvent; direction: SpinDirection ); | |
| JScript | |
|---|---|
public function UXSpinnerSpinEventArgs( eventHandler : RoutedEvent, direction : SpinDirection ); | |
| Managed Extensions for C++ | |
|---|---|
public: UXSpinnerSpinEventArgs( RoutedEvent* eventHandler, SpinDirection direction ) | |
| C++/CLI | |
|---|---|
public: UXSpinnerSpinEventArgs( RoutedEvent^ eventHandler, SpinDirection direction ) | |
Parameters
- eventHandler
- direction
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