protected virtual void OnDistortionChange(object sender, DistortionEventArgs eventArgs)
 {
   DistortionChange.DispatchOnContext<DistortionEventArgs>(this, EventContext, eventArgs);
 }
Ejemplo n.º 2
0
 protected virtual void OnDistortionChange(object sender, DistortionEventArgs eventArgs)
 {
     DistortionChange.DispatchOnContext <DistortionEventArgs>(this, EventContext, eventArgs);
 }