Opc.Ua.Configuration.HttpAccessRulelListCtrl.PickItems C# (CSharp) Method

PickItems() protected method

Handles a double click event.
protected PickItems ( ) : void
return void
        protected override void PickItems()
        {
            base.PickItems();
            ViewMI_Click(this, null);
        }