BrightIdeasSoftware.ObjectListView.HandlePostPaint C# (CSharp) Method

HandlePostPaint() protected method

Perform any steps needed after painting the control
protected HandlePostPaint ( ) : void
return void
        protected virtual void HandlePostPaint()
        {
            // This message is no longer necessary, but we keep it for compatibility
        }
ObjectListView