Table of Contents

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

content string

Properties

Content

public string Content { get; }

Property Value

string