ChatterDataLoader.person.OnLongitudeChanging C# (CSharp) Method

OnLongitudeChanging() private method

private OnLongitudeChanging ( System value ) : void
value System
return void
    partial void OnLongitudeChanging(System.Nullable<decimal> value);
    partial void OnLongitudeChanged();
person