예제 #1
0
파일: PropertyGrid.cs 프로젝트: brobits/ATF
 /// <summary>
 /// Raises the PropertyEdited event and performs custom processing</summary>
 /// <param name="e">PropertyErrorEventArgs containing event data</param>
 protected virtual void OnPropertyEdited(PropertyEditedEventArgs e)
 {
     PropertyEdited.Raise <PropertyEditedEventArgs>(this, e);
 }
예제 #2
0
 protected void OnPropertyEdited()
 {
     PropertyEdited?.Invoke(this, EventArgs.Empty);
 }