MobileApplication.ModifyMobileResource Event
Occurs when the Mobile application is setup.
Namespace: DevExpress.ExpressApp.Mobile
Assembly: DevExpress.ExpressApp.Mobile.v19.2.dll
Declaration
public event EventHandler<ModifyMobileResourceEventArgs> ModifyMobileResource
Public Event ModifyMobileResource As EventHandler(Of ModifyMobileResourceEventArgs)
Event Data
The ModifyMobileResource event handler receives an argument of the DevExpress.ExpressApp.Mobile.ModifyMobileResourceEventArgs type.
Handle the ModifyMobileResource event to modify a Mobile resource's content at runtime. See an example of using this event in the Resources in Mobile Applications topic.
See Also