Beispiel #1
0
        private bool OnAntesGravarArquivoCallBack()
        {
            AntesArquivoEventArgs e = new AntesArquivoEventArgs();

            if (onAntesAbrirArquivo.IsAssigned)
            {
                onAntesAbrirArquivo.Raise(e);
            }

            return(e.Continua);
        }
Beispiel #2
0
		private bool OnAntesGravarArquivoCallBack()
		{
			AntesArquivoEventArgs e = new AntesArquivoEventArgs();

			if (onAntesAbrirArquivo.IsAssigned)
				onAntesAbrirArquivo.Raise(e);

			return e.Continua;
		}