IfcDoc.FormSelectPropertyEnum.OnLoad C# (CSharp) 메소드

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void
        protected override void OnLoad(EventArgs e)
        {
            base.OnLoad(e);

            if (this.listView.SelectedItems.Count == 1)
            {
                this.listView.SelectedItems[0].EnsureVisible();
            }
        }
FormSelectPropertyEnum