The following tables list the members exposed by DialogHostBase.
Name | Description | |
---|---|---|
![]() | DialogHostBase Constructor | Initializes a new DialogHostBase instance. |
Name | Description | |
---|---|---|
![]() | ActionsEnabled | Indicates whether the dialog actions (buttons) should be enabled or disabled. |
![]() | ActiveItem | (Inherited from Caliburn.Micro.ConductorBaseWithActiveItem<object>) |
![]() | CloseStrategy | (Inherited from Caliburn.Micro.ConductorBase<object>) |
![]() | DialogButtons | Contains the list of buttons to be displayed. |
![]() | DialogResult | Gets or sets the user's response to the dialog or message box. |
![]() | DisplayName | (Inherited from Caliburn.Micro.Screen) |
![]() | InvokedCommand | Gets or sets the command invoked by the user. |
![]() | IsActive | (Inherited from Caliburn.Micro.Screen) |
![]() | IsInitialized | (Inherited from Caliburn.Micro.Screen) |
![]() | Parent | (Inherited from Caliburn.Micro.Screen) |
Name | Description | |
---|---|---|
![]() | CacheViews | (Inherited from Caliburn.Micro.ViewAware) |
![]() | IsClosing | Indicates whether the dialog is in the process of closing. |
Name | Description | |
---|---|---|
![]() | ActivateItem | (Inherited from Caliburn.Micro.Conductor<object>) |
![]() | CanClose | Overridden. Called to check whether the dialog host can be closed. |
![]() | Close | Action invoked when the user clicks on any dialog or message box button. |
![]() | DeactivateItem | (Inherited from Caliburn.Micro.Conductor<object>) |
![]() | GetChildren | (Inherited from Caliburn.Micro.Conductor<object>) |
![]() | GetView | (Inherited from Caliburn.Micro.ViewAware) |
![]() | NotifyOfPropertyChange | Overloaded. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | OnDeserialized | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | Refresh | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | ShouldSerializeIsNotifying | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | TryClose | Overloaded. (Inherited from Caliburn.Micro.Screen) |
Name | Description | |
---|---|---|
![]() | ChangeActiveItem | (Inherited from Caliburn.Micro.ConductorBaseWithActiveItem<object>) |
![]() | EnsureItem | (Inherited from Caliburn.Micro.ConductorBase<object>) |
![]() | OnActivate | (Inherited from Caliburn.Micro.Conductor<object>) |
![]() | OnActivationProcessed | (Inherited from Caliburn.Micro.ConductorBase<object>) |
![]() | OnComplete | Raises the Completed event. |
![]() | OnDeactivate | Overridden. Internal use. |
![]() | OnInitialize | (Inherited from Caliburn.Micro.Screen) |
![]() | OnKeyDown | Override to handle pressed keys in the dialog. |
![]() | OnViewAttached | (Inherited from Caliburn.Micro.ViewAware) |
![]() | OnViewLoaded | Overridden. Called when DialogHostView's Loaded event fires. |
Name | Description | |
---|---|---|
![]() | Activated | (Inherited from Caliburn.Micro.Screen) |
![]() | ActivationProcessed | (Inherited from Caliburn.Micro.ConductorBase<object>) |
![]() | AttemptingDeactivation | (Inherited from Caliburn.Micro.Screen) |
![]() | Deactivated | (Inherited from Caliburn.Micro.Screen) |
![]() | PropertyChanged | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | ViewAttached | (Inherited from Caliburn.Micro.ViewAware) |