BalloonNavigatingEventArgs Class |
The
EventArgs passed to the
Balloon Navigating event.
Inheritance HierarchySystemObject
SystemEventArgs
AGI.Foundation.GraphicsBalloonNavigatingEventArgs
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic sealed class BalloonNavigatingEventArgs : EventArgs
Public NotInheritable Class BalloonNavigatingEventArgs
Inherits EventArgs
public ref class BalloonNavigatingEventArgs sealed : public EventArgs
[<SealedAttribute>]
type BalloonNavigatingEventArgs =
class
inherit EventArgs
endThe BalloonNavigatingEventArgs type exposes the following members.
Properties|
| Name | Description |
|---|
 | Uri |
Gets the Uri that the balloon is navigating to.
|
Top
Methods|
| Name | Description |
|---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also