C# Class Host.VM.AutoClickViewModel

Inheritance: ConfigBase
Mostrar archivo Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
AutoClickViewModel ( AppViewModel app ) : CK.Plugin.Config

Protected Methods

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

Method Details

AutoClickViewModel() public method

public AutoClickViewModel ( AppViewModel app ) : CK.Plugin.Config
app AppViewModel
return CK.Plugin.Config

NotifyOfPropertiesChange() protected method

protected NotifyOfPropertiesChange ( ) : void
return void

OnConfigChanged() protected method

protected OnConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
sender object
e CK.Plugin.Config.ConfigChangedEventArgs
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void