Opc.Ua.Sample.SamplePublisherForm.BrowseCTRL_MethodCalled C# (CSharp) Méthode

BrowseCTRL_MethodCalled() public méthode

public BrowseCTRL_MethodCalled ( object sender, Opc e ) : void
sender object
e Opc
Résultat void
        void BrowseCTRL_MethodCalled(object sender, Opc.Ua.Sample.Controls.MethodCalledEventArgs e)
        {            
            try
            {
                // TBD
            }
            catch (Exception exception)
            {
				GuiUtils.HandleException(this.Text, MethodBase.GetCurrentMethod(), exception);
            }
        }
    }