IP*Works! IPC - Online Help
Available for:
IP*Works! IPC
Questions / Feedback?

Connected Event

Fired immediately after a connection completes.

Syntax

[VB.NET]
Public Event OnConnected As OnConnectedHandler
[C#]
public event OnConnectedHandler OnConnected;

public delegate void OnConnectedHandler(object sender, PipeclientConnectedEventArgs e);

class PipeclientConnectedEventArgs : EventArgs {
}

Remarks

When the connection is successfully established this event will fire.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0