Interface IParsePoint
Provides the functionality for getting the parse point from which lexem started in stream.
Assembly: Syncfusion.Edit.Windows.dll
public interface IParsePoint
Properties
Gets a value indicating whether the parsepoint is valid or not.
Declaration
Property Value
Gets the line from which parse point started.
Declaration
Property Value
Gets the Offset in the inner stream.
Declaration
Property Value
Gets the position of line where lexem started.
Declaration
Property Value
Methods
Declaration
void add_Deleted(ParsePointDeletedEventHandler value)
Parameters
Declaration
void add_ParsePointParameterChanged(ParsePointParameterChangedEventHandler value)
Parameters
Declaration
void remove_Deleted(ParsePointDeletedEventHandler value)
Parameters
Declaration
void remove_ParsePointParameterChanged(ParsePointParameterChangedEventHandler value)
Parameters
Events
Occurs when point is deleted from collection and became unreliable.
Declaration
event ParsePointDeletedEventHandler Deleted
Event Type
Occurs when some parameter of parse point has been changed.
Declaration
event ParsePointParameterChangedEventHandler ParsePointParameterChanged
Event Type