コード例 #1
0
 /// <summary>
 /// Raises the OnPostalCodeChanging event.
 /// </summary>
 protected virtual void OnPostalCodeChanging(Gravitybox.GeoLocation.EFDAL.EventArguments.ChangingEventArgs <string> e)
 {
     if (this.PostalCodeChanging != null)
     {
         this.PostalCodeChanging(this, e);
     }
 }
コード例 #2
0
 /// <summary>
 /// Raises the OnRowIdChanging event.
 /// </summary>
 protected virtual void OnRowIdChanging(Gravitybox.GeoLocation.EFDAL.EventArguments.ChangingEventArgs <int> e)
 {
     if (this.RowIdChanging != null)
     {
         this.RowIdChanging(this, e);
     }
 }
コード例 #3
0
 /// <summary>
 /// Raises the OnLongitudeChanging event.
 /// </summary>
 protected virtual void OnLongitudeChanging(Gravitybox.GeoLocation.EFDAL.EventArguments.ChangingEventArgs <double?> e)
 {
     if (this.LongitudeChanging != null)
     {
         this.LongitudeChanging(this, e);
     }
 }