ExcelDna.IntelliSense.WindowWatcher.OnFormulaEditLocationChanged C# (CSharp) Метод

OnFormulaEditLocationChanged() приватный Метод

private OnFormulaEditLocationChanged ( ) : void
Результат void
        internal void OnFormulaEditLocationChanged()
        {
            FormulaEditLocationChanged?.Invoke(this, EventArgs.Empty);
        }

Usage Example

Пример #1
0
 // Runs on our Automation thread
 void _windowLocationWatcher_LocationChanged(object sender, EventArgs e)
 {
     UpdateEditState(moveOnly: true);
     _windowWatcher.OnFormulaEditLocationChanged();
 }