ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Page Class
Properties Methods Events


In This Topic
    Page Class Members
    In This Topic

    The following tables list the members exposed by Page.

    Public Properties
     NameDescription
    Public Property Gets or sets the page's label as presented in the property sheet.  
    Public Property Gets the page's DAML identifier.  
    Public Property Gets or sets a boolean indicating if the page is currently enabled.  
    Public Property Gets a boolean indicating if the page is currently loading.  
    Public Property Gets or sets a boolean indicating if the page is currently selected.  
    Public Property Gets or sets a boolean notifying the application whether the page is valid or not.  
    Public Property Gets or sets the view-model's model object. (Inherited from ArcGIS.Desktop.Framework.Contracts.ViewModelBase)
    Top
    Protected Properties
     NameDescription
    Protected Internal Property Gets a flag to notify the system that the page can be reset.  
    Protected Internal Property Gets or sets the data passed to the property sheet.  
    Protected Internal Property Gets or sets a boolean notifying the application whether the page produced an error during commit. If any page errors, the property sheet will not close during commit.  
    Protected Internal Property Gets or sets a boolean to notify the system that the page has been modified.  
    Protected Internal Property Gets or sets parent page of the page, if the property sheet is using a tree representation.  
    Top
    Public Methods
     NameDescription
    Public Method Triggers a ReinitializeAsync call in each loaded Page in the sheet.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Invoked when the cancel button on the property sheet has been clicked.  
    Protected Internal Method Invoked when the ok or apply button on the property sheet has been clicked.  
    Protected Internal Method Invoked when a page loads because it has become visible inside the sheet.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Invoked when any Page in the sheet calls ReloadAsync.  
    Protected Internal Method Invoked when the reset button on the property sheet has been clicked.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Invoked before a page is destroyed.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also