ZForge.Motion.Controls.CameraView.OnCameraViewLog C# (CSharp) Method

OnCameraViewLog() protected method

protected OnCameraViewLog ( CameraViewLogEventArgs e ) : void
e CameraViewLogEventArgs
return void
        protected virtual void OnCameraViewLog(CameraViewLogEventArgs e)
        {
            if (this.EventLog != null)
            {
                EventLog(this, e);
            }
        }