コード例 #1
0
 private void OnSelectorCustomGetAggregatedObjectsToValidate(object sender, CustomGetAggregatedObjectsToValidateEventArgs args)
 {
     if (CustomGetAggregatedObjectsToValidate != null)
     {
         CustomGetAggregatedObjectsToValidate(this, args);
     }
 }
コード例 #2
0
 private void OnSelectorCustomGetAggregatedObjectsToValidate(object sender, CustomGetAggregatedObjectsToValidateEventArgs args) {
     if (CustomGetAggregatedObjectsToValidate != null) {
         CustomGetAggregatedObjectsToValidate(this, args);
     }
 }
コード例 #3
0
 private void OnSelectorCustomGetAggregatedObjectsToValidate(object sender, CustomGetAggregatedObjectsToValidateEventArgs args)
 {
     CustomGetAggregatedObjectsToValidate?.Invoke(this, args);
 }