protected virtual void OnSlider(CSliderEventArgs pEventArgs) { if (m_Slider != null) { m_Slider(this, pEventArgs); } }