Property | Type | Description | |
---|---|---|---|
AllSettingsHaveData | bool | ||
ButtonSaveClick | void | ||
ExpandMingleNotice | void | ||
OnAnyTextChanged | void | ||
OnButtonCloseClick | void | ||
OnButtonMingleLinkClick | void | ||
OnButtonSaveMouseEnter | void | ||
OnButtonSaveMouseLeave | void | ||
OnWindowInitialized | void |
Method | Description | |
---|---|---|
SettingsViewControl ( ) : System |
Constructs a SettingsViewControl This is a XAML form. |
Method | Description | |
---|---|---|
AllSettingsHaveData ( ) : bool | ||
ButtonSaveClick ( object sender, |
Save changes to Settings and close the form.
|
|
ExpandMingleNotice ( ) : void | ||
OnAnyTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
Fires when any text changes on the form.
|
|
OnButtonCloseClick ( object sender, |
Close the Form. If there are unsaved Settings ask user if they need to be saved.
|
|
OnButtonMingleLinkClick ( object sender, |
||
OnButtonSaveMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Fired when the pointer moves over the Save button
|
|
OnButtonSaveMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
Fired when the pointer leaves the Save button
|
|
OnWindowInitialized ( object sender, |