How do I access a CDU that is in the DocsDoc when identifying an article in the sales editor?
public override void ArtigoIdentificado(string Artigo, int NumLinha, ref bool Cancel, ExtensibilityEventArgs e)
{
//O que colocar aqui para ter acesso à linha = NumLinha ??
base.ArtigoIdentificado(Artigo, NumLinha, ref Cancel, e);
}