Occurs when a new instance of an object is created and the location needs to be calculated.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public event EventHandler<CancelLocationCalculateEventArgs> CalculateLocation
Visual Basic
Public Event CalculateLocation As EventHandler(Of CancelLocationCalculateEventArgs)
Visual C++
public:
 event EventHandler<CancelLocationCalculateEventArgs^>^ CalculateLocation {
	void add (EventHandler<CancelLocationCalculateEventArgs^>^ value);
	void remove (EventHandler<CancelLocationCalculateEventArgs^>^ value);
}

See Also