IPWorks EDI 2020 Python Edition

Questions / Feedback?

on_property Event

Fired when ListProperties is invoked.

Syntax

class AS2ProfileMgrPropertyEventParams(object):
  @property
  def prop_name() -> str: ...
  @property
  def prop_value() -> str: ...

# In class AS2ProfileMgr:
@property
def on_property() -> Callable[[AS2ProfileMgrPropertyEventParams], None]: ...
@on_property.setter
def on_property(event_hook: Callable[[AS2ProfileMgrPropertyEventParams], None]) -> None: ...

Remarks

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

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