Raised when a link is navigated to in the balloon.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public event EventHandler<BalloonNavigatingEventArgs> Navigating
Public Event Navigating As EventHandler(Of BalloonNavigatingEventArgs)
public:
event EventHandler<BalloonNavigatingEventArgs^>^ Navigating {
void add (EventHandler<BalloonNavigatingEventArgs^>^ value);
void remove (EventHandler<BalloonNavigatingEventArgs^>^ value);
}
member Navigating : IEvent<EventHandler<BalloonNavigatingEventArgs>,
BalloonNavigatingEventArgs>
Value
Type:
SystemEventHandlerBalloonNavigatingEventArgsSee Also