[This is preliminary documentation and is subject to change.]
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected virtual void OnRadiosChanged( ListWithEvents<MessageBox..::..MessageBoxRadioButton> sender, ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnRadiosChanged ( _ sender As ListWithEvents(Of MessageBox..::..MessageBoxRadioButton), _ e As ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs _ ) |
| Visual C++ |
|---|
protected: virtual void OnRadiosChanged( ListWithEvents<MessageBox..::..MessageBoxRadioButton^>^ sender, ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs^ e ) |
| F# |
|---|
abstract OnRadiosChanged : sender:ListWithEvents<MessageBox..::..MessageBoxRadioButton> * e:ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs -> unit override OnRadiosChanged : sender:ListWithEvents<MessageBox..::..MessageBoxRadioButton> * e:ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs -> unit |
| JScript |
|---|
protected function OnRadiosChanged( sender : ListWithEvents<MessageBox..::..MessageBoxRadioButton>, e : ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs ) |
Parameters
- sender
- Type: Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'MessageBox..::..MessageBoxRadioButton>)>)>
Source ot the event - Radios
- e
- Type: Tools.CollectionsT.GenericT..::..ListWithEvents<(Of <(<'T>)>)>..::..ListChangedEventArgs
Event arguments. Those arguemnts are directly passed to RadiosChanged and OnChanged(EventArgs)