BrightIdeasSoftware.ObjectListView.OnHandleCreated C# (CSharp) Method

OnHandleCreated() protected method

Called when the handle of the underlying control is created
protected OnHandleCreated ( EventArgs e ) : void
e EventArgs
return void
        protected override void OnHandleCreated(EventArgs e)
        {
            base.OnHandleCreated(e);

            this.Invoke((MethodInvoker)this.OnControlCreated);
        }
ObjectListView