Class ClientChannelCreatedEventArgs
- Namespace
- DevExpress.Xpo.DB
- Assembly
- DevExpress.Xpo.v24.1.dll
public class ClientChannelCreatedEventArgs : EventArgs
- Inheritance
-
ClientChannelCreatedEventArgs
- Inherited Members
Constructors
ClientChannelCreatedEventArgs(object)
public ClientChannelCreatedEventArgs(object channel)
Parameters
channel
object
Properties
Channel
public object Channel { get; }