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 |
---|---|---|
System.String | itemId | The target navigation item id. |
System.ComponentModel.CancelEventArgs | args | A System.ComponentModel.CancelEventArgs that can be used to cancel the operation. |