Click or drag to resize

NavigatorNavigationProvider Property

Gets or sets the navigation provider.

Namespace:  ff14bot.Navigation
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static NavigationProvider NavigationProvider { get; set; }

Property Value

Type: NavigationProvider
The navigation provider.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
When setting this property, OnSetAsCurrent will be called on the new navigation provider, if applicable.

Similarly, OnRemoveAsCurrent will be called on the old navigation provider, if applicable.

If an exception is thrown in any of these two functions, the state remains unchanged.

See Also