Property Event

Fired when ListProperties is invoked.

Syntax

ANSI (Cross Platform)
virtual int FireProperty(AS2ProfileMgrPropertyEventParams *e);
typedef struct {
const char *propName;
const char *propValue; int reserved; } AS2ProfileMgrPropertyEventParams; Unicode (Windows) virtual INT FireProperty(AS2ProfileMgrPropertyEventParams *e);
typedef struct {
LPCWSTR propName;
LPCWSTR propValue; INT reserved; } AS2ProfileMgrPropertyEventParams;
- (void)onProperty:(NSString*)propName :(NSString*)propValue;
#define EID_AS2PROFILEMGR_PROPERTY 4

virtual INT IPWORKSEDI_CALL FireProperty(LPSTR &lpszpropName, LPSTR &lpszpropValue);

Remarks

This event is fired when ListProperties is called. It fires for each property read by LoadProfile. The parameters propName and propValue provide property name and value respectively.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]