Is raised when the LineCount property changes.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("This event will be removed in a future version; use the PropertyChanged event instead")] public event EventHandler LineCountChanged
<ObsoleteAttribute("This event will be removed in a future version; use the PropertyChanged event instead")> _ Public Event LineCountChanged As EventHandler
public: [ObsoleteAttribute(L"This event will be removed in a future version; use the PropertyChanged event instead")] event EventHandler^ LineCountChanged { void add (EventHandler^ value); void remove (EventHandler^ value); }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238