 | ToolControlChangeProjection Event |
Projection changed event.
Namespace:
GeoEngine.Core.GXNetX.Windows
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic event ChangeProjectionDelegate ChangeProjection
public event ChangeProjectionDelegate ChangeProjection
Public Event ChangeProjection As ChangeProjectionDelegate
Public Event ChangeProjection As ChangeProjectionDelegate
public:
event ChangeProjectionDelegate^ ChangeProjection {
void add (ChangeProjectionDelegate^ value);
void remove (ChangeProjectionDelegate^ value);
}
public:
event ChangeProjectionDelegate^ ChangeProjection {
void add (ChangeProjectionDelegate^ value);
void remove (ChangeProjectionDelegate^ value);
}
member ChangeProjection : IEvent<ChangeProjectionDelegate,
EventArgs>
member ChangeProjection : IEvent<ChangeProjectionDelegate,
EventArgs>
Value
Type:
GeoEngine.Core.GXNetX.WindowsChangeProjectionDelegate
See Also