ATMLCommonLibrary.controls.driver.DriverControl.OnSelectedModule C# (CSharp) Method

OnSelectedModule() protected method

protected OnSelectedModule ( ModuleSelectEventArgs moduleSelectEventArgs ) : void
moduleSelectEventArgs ModuleSelectEventArgs
return void
        protected virtual void OnSelectedModule( ModuleSelectEventArgs moduleSelectEventArgs )
        {
            EventHandler handler = SelectedModule;
            if (handler != null) handler( this, moduleSelectEventArgs );
        }