Example #1
0
 public override void BeforeSetProperties(IBeforeSetPropertiesCallInfo info)
 {
     this.onBeforeSetPropertiesEvent.Set();
     info.Continue();
 }
Example #2
0
 public override void BeforeSetProperties(IBeforeSetPropertiesCallInfo info)
 {
     this.onBeforeSetPropertiesEvent.Set();
     info.Continue();
 }
Example #3
0
 /// <summary>
 /// Calls info.Continue(). Override to change.
 /// </summary>
 /// <param name="info">Data passed in the callback call.</param>
 public virtual void BeforeSetProperties(IBeforeSetPropertiesCallInfo info)
 {
     System.Diagnostics.Debug.Assert(this.PluginHost != null);
     info.Continue();
 }
Example #4
0
 /// <summary>
 /// Calls info.Continue(). Override to change.
 /// </summary>
 /// <param name="info">Data passed in the callback call.</param>
 public virtual void BeforeSetProperties(IBeforeSetPropertiesCallInfo info)
 {
     System.Diagnostics.Debug.Assert(this.PluginHost != null);
     info.Continue();
 }