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);
            }
        }