Aztec® Programming Language
Version 1.1 Alpha 2

Copyright © 2010-2017, Aztec Development Group, All Rights Reserved

Download Aztec

Search        Contact Us

Say, what's happenin' with you boys...

It looks like you're pretty shook up.

Been goofin' with the bees?

- Harry Nilsson

 

aztec.ui.TextChangedEvent

public class TextChangedEvent from<WindowEvent>

Base

Event

WindowEvent

TextChangedEvent

The TextChangedEvent class provides an event class which occurs when the text in an Edit or Editor window is modified.

TextChangedEvent Methods

TextChangedEvent() Constructor for the TextChangedEvent class
PreviousText() Returns the previous text string (before the text was changed)
LineNumber() One based line number where the change occurred

Derived Classes

See Also

  


TextChangedEvent()

public method TextChangedEvent(Control AssociatedWindow)

Parameters

AssociatedWindow

The control associated with the event (Edit or Editor)

Return Value

None

Description

Constructor for the TextChangedEvent class.

 

TextChangedEvent Class


PreviousText()

public method<string> PreviousText()

Parameters

None

Return Value

Previous contents of the text string

Description

This method returns a text string representing the data in the edit or editor control before the change was made.

 

TextChangedEvent Class


LineNumber()

public method<int> LineNumber()

Parameters

None

Return Value

Line number where change occurred

Description

This method returns the one based line number where the change (which resulted in this event) was made.

 

TextChangedEvent Class

 

Copyright © 2010-2017

Aztec Development Group

All Rights Reserved

Download Aztec