Cocktail Help Reference
DialogHostBase Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Cocktail Assembly > Cocktail Namespace : DialogHostBase Class


Glossary Item Box

The following tables list the members exposed by DialogHostBase.

Public Constructors

 NameDescription
Public ConstructorDialogHostBase ConstructorInitializes a new DialogHostBase instance.  
Top

Protected Fields

 NameDescription
Protected FieldViews (Inherited from Caliburn.Micro.ViewAware)
Top

Public Properties

 NameDescription
Public PropertyActionsEnabledIndicates whether the dialog actions (buttons) should be enabled or disabled.  
Public PropertyActiveItem (Inherited from Caliburn.Micro.ConductorBaseWithActiveItem<object>)
Public PropertyCloseStrategy (Inherited from Caliburn.Micro.ConductorBase<object>)
Public PropertyDialogButtonsContains the list of buttons to be displayed.  
Public PropertyDialogResultGets or sets the user's response to the dialog or message box.  
Public PropertyDisplayName (Inherited from Caliburn.Micro.Screen)
Public PropertyInvokedCommandGets or sets the command invoked by the user.  
Public PropertyIsActive (Inherited from Caliburn.Micro.Screen)
Public PropertyIsInitialized (Inherited from Caliburn.Micro.Screen)
Public PropertyParent (Inherited from Caliburn.Micro.Screen)
Top

Protected Properties

 NameDescription
Protected PropertyCacheViews (Inherited from Caliburn.Micro.ViewAware)
Protected PropertyIsClosingIndicates whether the dialog is in the process of closing.  
Top

Public Methods

 NameDescription
Public MethodActivateItem (Inherited from Caliburn.Micro.Conductor<object>)
Public MethodCanCloseOverridden. Called to check whether the dialog host can be closed.  
Public MethodCloseAction invoked when the user clicks on any dialog or message box button.  
Public MethodDeactivateItem (Inherited from Caliburn.Micro.Conductor<object>)
Public MethodGetChildren (Inherited from Caliburn.Micro.Conductor<object>)
Public MethodGetView (Inherited from Caliburn.Micro.ViewAware)
Public MethodNotifyOfPropertyChangeOverloaded.  (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodOnDeserialized (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodRefresh (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodShouldSerializeIsNotifying (Inherited from Caliburn.Micro.PropertyChangedBase)
Public MethodTryCloseOverloaded.  (Inherited from Caliburn.Micro.Screen)
Top

Protected Methods

 NameDescription
Protected MethodChangeActiveItem (Inherited from Caliburn.Micro.ConductorBaseWithActiveItem<object>)
Protected MethodEnsureItem (Inherited from Caliburn.Micro.ConductorBase<object>)
Protected MethodOnActivate (Inherited from Caliburn.Micro.Conductor<object>)
Protected MethodOnActivationProcessed (Inherited from Caliburn.Micro.ConductorBase<object>)
Protected MethodOnCompleteRaises the Completed event.  
Protected MethodOnDeactivateOverridden. Internal use.  
Protected MethodOnInitialize (Inherited from Caliburn.Micro.Screen)
Protected MethodOnKeyDownOverride to handle pressed keys in the dialog.  
Protected MethodOnViewAttached (Inherited from Caliburn.Micro.ViewAware)
Protected MethodOnViewLoadedOverridden. Called when DialogHostView's Loaded event fires.  
Top

Public Events

 NameDescription
Public EventActivated (Inherited from Caliburn.Micro.Screen)
Public EventActivationProcessed (Inherited from Caliburn.Micro.ConductorBase<object>)
Public EventAttemptingDeactivation (Inherited from Caliburn.Micro.Screen)
Public EventDeactivated (Inherited from Caliburn.Micro.Screen)
Public EventPropertyChanged (Inherited from Caliburn.Micro.PropertyChangedBase)
Public EventViewAttached (Inherited from Caliburn.Micro.ViewAware)
Top

See Also

© 2013 All Rights Reserved.