Property Handled NamespaceSkiaSharp.Extended AssemblySkiaSharp.Extended.dll Handled Gets or sets a value indicating whether the event has been handled. public bool Handled { get; set; } Property Value bool true if the event has been handled by a consumer and default processing should be skipped; otherwise, false. The default is false.