C# Class Host.VM.AutoClickViewModel

Inheritance: ConfigBase
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Méthodes publiques

Méthode Description
AutoClickViewModel ( AppViewModel app ) : CK.Plugin.Config

Méthodes protégées

Méthode Description
NotifyOfPropertiesChange ( ) : void
OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
OnInitialize ( ) : void

Method Details

AutoClickViewModel() public méthode

public AutoClickViewModel ( AppViewModel app ) : CK.Plugin.Config
app AppViewModel
Résultat CK.Plugin.Config

NotifyOfPropertiesChange() protected méthode

protected NotifyOfPropertiesChange ( ) : void
Résultat void

OnConfigChanged() protected méthode

protected OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
sender object
e CK.Plugin.Config.ConfigChangedEventArgs
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void