/// <summary> /// Raises the ManipulatorEnd event</summary> /// <param name="e">Event args</param> protected virtual void OnManipulatorEnd(ManipulatorEventArgs e) { EventHandler <ManipulatorEventArgs> handler = ManipulatorEnd; if (handler != null) { handler(this, e); } }
/// <summary> /// Raises the ManipulatorEnd event</summary> /// <param name="e">Event args</param> protected virtual void OnManipulatorEnd(ManipulatorEventArgs e) { EventHandler<ManipulatorEventArgs> handler = ManipulatorEnd; if (handler != null) handler(this, e); }