C# Class PKStudio.Forms.BaseForms.ComponentEditor.EditorPageBase

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
ApplyChanges ( ) : bool
EditorPageBase ( ) : System
Initialize ( ) : void
OnApplyChanges ( ) : bool

Apply changes

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ModifiedChange ( ) : void

Ru: Устанавливает свойство _modified в true и вызывет соответствующее событие Необходимо вызывать в наследнике при изменении опции En: Sets _modified to true and fires event Must be called from inherit classes when changing options

OnInitialized ( ) : void

Initialize control

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

ApplyChanges() public method

public ApplyChanges ( ) : bool
return bool

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EditorPageBase() public method

public EditorPageBase ( ) : System
return System

Initialize() public method

public Initialize ( ) : void
return void

ModifiedChange() protected method

Ru: Устанавливает свойство _modified в true и вызывет соответствующее событие Необходимо вызывать в наследнике при изменении опции En: Sets _modified to true and fires event Must be called from inherit classes when changing options
protected ModifiedChange ( ) : void
return void

OnApplyChanges() public method

Apply changes
public OnApplyChanges ( ) : bool
return bool

OnInitialized() protected method

Initialize control
protected OnInitialized ( ) : void
return void