An NDoc Documented Class Library

TextBoxEvent.IsRepeatEvent Method 

[Visual Basic]
Overrides Public Function IsRepeatEvent( _ 
   ByVal otherEvent As UserEvent _ 
) As Boolean
[C#]
public override bool IsRepeatEvent(
   UserEvent otherEvent
);
[C++]
public: bool IsRepeatEvent(
   UserEvent* otherEvent
);
[JScript]
public override function IsRepeatEvent(
   UserEvent otherEvent
): bool;

See Also

TextBoxEvent Class | White.Core.UIItemEvents Namespace