Abstract |
The AbstractViewContent type exposes the following members.
Name | Description | |
---|---|---|
BuildNavPoint | ||
CanClose | ||
ClearIsDirty | ||
Dispose | ||
EhTitleLocalizationChanged | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetService(Type) | ||
GetServiceT | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NotifyContentIdChanged | Can be used to notify the view content that the ContentId maybe has changed. | |
OnClose | ||
OnIsDirtyChanged | ||
OnPropertyChanged | ||
SetDirty | ||
SetDisposeInProgress | Announces that this view content is about to be disposed very soon. The view content should remain passiv (e.g. should not react to events any more), but should not release its resources yet (this is done later in Dispose). | |
SetLocalizedInfoTip | Sets a localized info tip that will update automatically when the language changes. | |
SetLocalizedTitle | Sets a localized title that will update automatically when the language changes. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |