+Set ..cboExample.OnAfterFillItems=$lb(%this,"cboExampleOnAfterFillItems")+]]>
+Set ..cboExample.OnBeforeFillItems=$lb(%this,"cboExampleOnBeforeFillItems")+]]>
+Extra events: +OnChangeItem >> Args=$LB(Sender,PrevIndex) +OnBeforeFillItems >> #Orig Args=$LB(Sender) +OnAfterFillItems >> #Orig Args=$LB(Sender) +]]>
+Set ..cboExample.OnAfterFillItems=$lb(%this,"cboExampleOnAfterFillItems")]]>
+Set ..cboExample.OnBeforeFillItems=$lb(%this,"cboExampleOnBeforeFillItems")]]>
+Set ..cboExample.OnChangeItem=$lb(%this,"cboExampleChangeItem")]]>
+Method: ..cboExampleKeyDown(Args) +
... +;Beginning of user code +... +Do Sender.OnKeyDownOrig(.Args) +... +;End of user code +//s Args=$lb(Sender,Key,Shift) +q +]]>
+Set ..cboExample.OnAfterFillItems=$lb(%this,"cboExampleOnAfterFillItems")+]]>
+Set ..cboExample.OnBeforeFillItems=$lb(%this,"cboExampleOnBeforeFillItems")+]]>