Class NaviframeEventArgs
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
The NaviframeEventArgs is an event arguments class for naviframe. Inherits EventArgs.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public class NaviframeEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args NaviframeEvent Args
Properties
View Source
Content
Sets or gets the content object. The name of the content part is "elm.swallow.content".
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public EvasObject Content { get; set; }
Property Value
Type | Description |
---|---|
Evas |