Click or drag to resize

ClientNetworkService_ChatAnotherUserRemovedFromRoomDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void AnotherUserRemovedFromRoomDelegate(
	ClientNetworkService_Chat sender,
	ClientNetworkService_ChatRoom room,
	long userID
)

Parameters

sender  ClientNetworkService_Chat
 
room  ClientNetworkService_ChatRoom
 
userID  Int64
 
See Also