See Also: ISurfaceHolderCallback Members
A client may implement this interface to receive information about changes to the surface. When used with a Android.Views.SurfaceView, the Surface being held is only available between calls to ISurfaceHolderCallback.SurfaceCreated(ISurfaceHolder) and ISurfaceHolderCallback.SurfaceDestroyed(ISurfaceHolder). The Callback is set with ISurfaceHolder.AddCallback(ISurfaceHolderCallback) method.