EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

[VB.NET]
Public Event OnProperty As OnPropertyHandler
[C#]
public event OnPropertyHandler OnProperty;

public delegate void OnPropertyHandler(object sender, ProfilemgrPropertyEventArgs e);

class ProfilemgrPropertyEventArgs : EventArgs {
  string propName {get;}
  string propValue {get;}
}

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) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]