This is called when the view is attached to a window. At this point it has a Surface and will start drawing. Note that this function is guaranteed to be called before View.OnDraw(Android.Graphics.Canvas), however it may be called any time before the first onDraw -- including before or after View.OnMeasure(int, System.Int32).