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