Interface IStageScrollerNavigationAware
Provides a way for objects involved in navigation to be notified of navigation activities.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IStageScrollerNavigationAware
Methods
View SourceOnNavigatingFrom(string, CancelEventArgs)
Called when the stage scroller is navigating away from the IStageScrollerNavigationAware implementation.
Declaration
void OnNavigatingFrom(string itemId, CancelEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| string | itemId | The target navigation item id. |
| CancelEventArgs | args | A CancelEventArgs that can be used to cancel the operation. |