ActivEarth.Server.Service.GroupHashtagDataProvider.SendPropertyChanging C# (CSharp) 메소드

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void
		protected virtual void SendPropertyChanging()
		{
			if ((this.PropertyChanging != null))
			{
				this.PropertyChanging(this, emptyChangingEventArgs);
			}
		}