Show / Hide Table of Contents

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 Source

OnNavigatingFrom(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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX