Share via


DocumentParseCompleteEventArgs.SourceChange Property

Definition

The TextChange which triggered the re-parse

public:
 property Microsoft::AspNetCore::Razor::Text::TextChange SourceChange { Microsoft::AspNetCore::Razor::Text::TextChange get(); void set(Microsoft::AspNetCore::Razor::Text::TextChange value); };
public Microsoft.AspNetCore.Razor.Text.TextChange SourceChange { get; set; }
member this.SourceChange : Microsoft.AspNetCore.Razor.Text.TextChange with get, set
Public Property SourceChange As TextChange

Property Value

Applies to