Class ViewBoxContentChangedEventArgs
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Layouts.dll
Event arguments for the ContentChanged event.
public class ViewBoxContentChangedEventArgs : EventArgs
- Inheritance
-
ViewBoxContentChangedEventArgs
- Inherited Members
Constructors
ViewBoxContentChangedEventArgs(IView?, IView?)
Creates a new instance of ViewBoxContentChangedEventArgs.
public ViewBoxContentChangedEventArgs(IView? oldContent, IView? newContent)
Parameters
Properties
NewContent
Gets the new content.
public IView? NewContent { get; }
Property Value
OldContent
Gets the old content.
public IView? OldContent { get; }