RadioSelectionChangedEventArgs Constructor |
No documentation supplied.
Namespace: RadioPanelAppAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RadioSelectionChangedEventArgs(
RadioButton rb
)
Public Sub New (
rb As RadioButton
)
public:
RadioSelectionChangedEventArgs(
RadioButton^ rb
)
new :
rb : RadioButton -> RadioSelectionChangedEventArgs
Parameters
- rb
- Type: System.Windows.FormsRadioButton
See Also