AspNetEdit.Editor.Persistence.AspParser.OnTagParsed C# (CSharp) Method

OnTagParsed() private method

private OnTagParsed ( TagType tagtype, string id, TagAttributes attributes ) : void
tagtype TagType
id string
attributes TagAttributes
return void
        void OnTagParsed(TagType tagtype, string id, TagAttributes attributes)
        {
            if (TagParsed != null)
                TagParsed (this, tagtype, id, attributes);
        }