Class BaseTab
Inheritance
System.Object
BaseTab
Assembly: Cloud-ShareSync.dll
Syntax
abstract class BaseTab : StackPanel
Constructors
|
Improve this Doc
View Source
Declaration
public BaseTab(ConfigureWindow parent)
Parameters
Properties
|
Improve this Doc
View Source
ParentWindow
Declaration
ConfigureWindow ParentWindow { }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
void ConfigureWindowSettings()
|
Improve this Doc
View Source
SaveConfigHandler(Nullable<Object>, RoutedEventArgs)
Declaration
public abstract void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
Implements