Class Page
Inheritance
System.Object
Page
Assembly: Simplic.Framework.dll
Syntax
public class Page : MSPageControl
Constructors
|
Improve this Doc
View Source
Page()
Declaration
Fields
|
Improve this Doc
View Source
PageNameProperty
Declaration
public static readonly DependencyProperty PageNameProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
|
Improve this Doc
View Source
EnableAutoSave
Declaration
public bool EnableAutoSave { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Identification
Declaration
public Guid Identification { get; set; }
Property Value
|
Improve this Doc
View Source
PageContentChanged
Declaration
public bool PageContentChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PageName
Declaration
public string PageName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
DisposeAll()
Declaration
Events
|
Improve this Doc
View Source
OnSaveChanges
Declaration
public event EventHandler OnSaveChanges
Event Type
Type |
Description |
EventHandler |
|
Implements
IUIDisposable