ZForge.Motion.Controls.CameraView.OnCameraViewLog C# (CSharp) Метод

OnCameraViewLog() защищенный Метод

protected OnCameraViewLog ( CameraViewLogEventArgs e ) : void
e CameraViewLogEventArgs
Результат void
        protected virtual void OnCameraViewLog(CameraViewLogEventArgs e)
        {
            if (this.EventLog != null)
            {
                EventLog(this, e);
            }
        }