Class NaviframeEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The NaviframeEventArgs is an event arguments class for naviframe. Inherits EventArgs.
C#Copypublic class NaviframeEventArgs : EventArgs
- Inheritance
Properties
View Source
Content
Sets or gets the content object. The name of the content part is "elm.swallow.content".
Declaration
C#Copypublic EvasObject Content { get; set; }
Property Value
Type | Description |
---|---|
EvasObject |