Table of Contents

Class StringEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides data for events that include a string value as event data.

public class StringEventArgs : BaseEventArgs<string>
Inheritance
StringEventArgs

Remarks

This class is a specialized implementation of BaseEventArgs<T> where the event data is of type string. It can be used to pass string-based information in event-driven programming scenarios.

Constructors

StringEventArgs(string)

Initializes a new instance of the StringEventArgs class with the specified string value.