Class ContentLoadedEventArgs
- Namespace
- DrawnUi.Infrastructure.Models
- Assembly
- DrawnUi.Maui.dll
public class ContentLoadedEventArgs : EventArgs
- Inheritance
-
ContentLoadedEventArgs
- Derived
- Inherited Members
- Extension Methods
Constructors
ContentLoadedEventArgs(string)
public ContentLoadedEventArgs(string content)
Parameters
contentstring
Properties
Content
public string Content { get; }