BCExtensionCalculateLocation Event |
Occurs when a new instance of an object is created and the location needs to be calculated.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public event EventHandler<CancelLocationCalculateEventArgs> CalculateLocation
Public Event CalculateLocation As EventHandler(Of CancelLocationCalculateEventArgs)
public:
event EventHandler<CancelLocationCalculateEventArgs^>^ CalculateLocation {
void add (EventHandler<CancelLocationCalculateEventArgs^>^ value);
void remove (EventHandler<CancelLocationCalculateEventArgs^>^ value);
}
member CalculateLocation : IEvent<EventHandler<CancelLocationCalculateEventArgs>,
CancelLocationCalculateEventArgs>
Value
Type:
SystemEventHandlerCancelLocationCalculateEventArgsSee Also