SPMobileEventsSaveNavigation.TrySaveItem Method
Saves an event on an events list in a mobile web site.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function TrySaveItem As Boolean
'Usage
Dim instance As SPMobileEventsSaveNavigation
Dim returnValue As Boolean
returnValue = instance.TrySaveItem()
public override bool TrySaveItem()
Return Value
Type: System.Boolean
true if the event is successfully saved; otherwise false.
Remarks
This method is called by the Click event of the CommandControl property of the SPMobileEventsSaveNavigation control.
See Also
Reference
SPMobileEventsSaveNavigation Class