AspectComponentBase Methods |
The AspectComponentBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CanAdd |
Determine whether the aspect can be added to the AspectContainer.
| |
| CleanupBindingAPI | ||
| Destroy | ||
| FindAspectT | ||
| FindCreateAspectT | ||
| FindCreateManagedAspectT | ||
| OnAdded |
Called when all other aspects have been added to an aspect container, this should never be invoked manually
| |
| OnAssigned |
Called when assigned to an aspect container, this should never be invoked manually.
No other aspects should be accessed within this method.
| |
| OnDisabled |
Called when disabled, this should never be invoked manually
| |
| OnEnabled |
Called when enabled, this should never be invoked manually
| |
| OnInitialize |
Called when the aspect container is Initialized, this should never be invoked manually
| |
| OnRemoved |
Called when removed from an aspect container, this should never be invoked manually
| |
| OnReset |
Called when the aspect container is Reset, this should never be invoked manually
| |
| RaisePropertiesChanged | (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | (Inherited from BindableBase.) | |
| RemoveAspect(Object) | ||
| RemoveAspectT | ||
| RemoveManagedAspects | ||
| SerializableDependency(SerializableObject) | (Overrides SerializableObjectSerializableDependency(SerializableObject).) | |
| SerializableDependency(Visual) | (Overrides SerializableObjectSerializableDependency(Visual).) | |
| SetINotifyPropertyChangedPropertyT | (Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) | (Inherited from BindableBase.) | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) | |
| UpdateBindingAPI |