Class CommentReceivedEventArgs
Inherited Members
Namespace: LaunchDarkly.EventSource
Assembly: LaunchDarkly.EventSource.dll
Syntax
public class CommentReceivedEventArgs : EventArgs
Constructors
CommentReceivedEventArgs(string)
Declaration
public CommentReceivedEventArgs(string comment)
Parameters
| Type | Name | Description |
|---|---|---|
| string | comment |
Properties
Comment
Declaration
public string Comment { get; }
Property Value
| Type | Description |
|---|---|
| string |