|
PublishCellGenerated |
Fires the CellGenerated event. |
|
PublishCellImageUpdated |
Fires the CellImageUpdated event. |
|
PublishEvent<T> |
Allow components to publish their own typed events to other components. |
|
PublishFeatureExecuted |
Fires the FeatureExecuted event. |
|
PublishFeatureExecutionError |
Fires the FeatureExecutionError event. |
|
PublishSeriesLoadingCanceled |
Fires the SeriesLoadingCanceled event. |
|
PublishSeriesLoadingCompleted |
Fires the SeriesLoadingCompleted event. |
|
PublishSeriesLoadingError |
Fires the SeriesLoadingError event. |
|
PublishSeriesLoadingProgress |
Fires the SeriesLoadingProgress event. |
|
PublishVolumeCreationCompleted |
Fires the VolumeCreationCompleted event. |
|
PublishVolumeCreationError |
Fires the VolumeCreationCompleted event. |
|
PublishVolumeCreationProgress |
Fires the VolumeCreationProgress event. |
|
PublishVolumeLoadingCompleted |
Fires the VolumeLoadingCompleted event. |
|
PublishVolumeLoadingError |
Fires the VolumeLoadingError event. |
|
PublishVolumeLoadingProgress |
Fires the VolumeLoadingProgress event. |
|
Subscribe<T> |
Allows components to register to a typed events published by other components. |
|
SubscribeForFeature |
Allows components to be notified when a specific feature is published. |
|
Unsubscribe<T> |
Allows components to un-register from a typed events registered with the Subscribe<T> method. |
|
UnsubscribeFromFeature |
Allows components that are subscribers using the SubscribeForFeature to a feature to stop being notified when the feature is executed. |