pMe | (Object) Reference to the PmgRoot object where the event rises. |
---|---|
pEvent | (Object) Reference to an object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information. |
var arg = pMe.Arguments;
pMe.Items("/text0").Value = arg.GetItem(0);
pMe.Items("/text1").Value = arg.GetItem(1);