Occurs when the document content was changed.
ContentChangedEventArgs contains the old (replaced) text,
new text, and index indicating the replacement occured.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public event ContentChangedEventHandler ContentChanged |
Visual Basic |
---|
Public Event ContentChanged As ContentChangedEventHandler |