From b0e4bb67beedac40383e7f376d83eff44c995515 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 15 Aug 2024 15:42:20 +0300 Subject: [PATCH 1/2] SEO-186111-help-page-with-redirect-xamarin --- Xamarin/Image-Editor/Localization.md | 4 ++-- Xamarin/Popup/Popup-Events.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Xamarin/Image-Editor/Localization.md b/Xamarin/Image-Editor/Localization.md index 8986bd55a..eca820d0a 100644 --- a/Xamarin/Image-Editor/Localization.md +++ b/Xamarin/Image-Editor/Localization.md @@ -113,7 +113,7 @@ The following screenshot shows localizing the text to Japanese language. ![SfImageEditor](ImageEditor_images/ResourcesFileForms.png) -Please refer the KB from this [`link`](https://www.syncfusion.com/kb/10602/how-to-set-localized-string-to-xamarin-forms-sfimageeditor). +Please refer the KB from this [`link`](https://support.syncfusion.com/kb/article/9208/how-to-set-localized-string-to-xamarin-forms-sfimageeditor). You can download complete sample [`here`](https://github.com/SyncfusionExamples/How-to-set-localizad-string-to-SfImageEditor). @@ -175,4 +175,4 @@ The following screenshot shows localizing the text to French language in image e ## See also -[How to set localized string to Xamarin.Forms SfImageEditor](https://www.syncfusion.com/kb/10602/how-to-set-localized-string-to-xamarin-forms-sfimageeditor) +[How to set localized string to Xamarin.Forms SfImageEditor](https://support.syncfusion.com/kb/article/9208/how-to-set-localized-string-to-xamarin-forms-sfimageeditor) diff --git a/Xamarin/Popup/Popup-Events.md b/Xamarin/Popup/Popup-Events.md index 471f7de8c..625220e24 100644 --- a/Xamarin/Popup/Popup-Events.md +++ b/Xamarin/Popup/Popup-Events.md @@ -18,7 +18,7 @@ There are four built-in events in the SfPopupLayout control namely: ## Opening event -The [SfPopupLayout.Opening](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html) event will be fired whenever opening the PopupView in the application. It can cancel popup opening with `CancelEventArgs` that contains the following property: +The [SfPopupLayout.Opening](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html#Syncfusion_XForms_PopupLayout_SfPopupLayout_Opening) event will be fired whenever opening the PopupView in the application. It can cancel popup opening with `CancelEventArgs` that contains the following property: * [Cancel](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs.cancel?f1url=%253FappId%3DDev14IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true&view=net-5.0): Popup opening is based on this value. @@ -45,7 +45,7 @@ private void PopupLayout_Opening(object sender, System.ComponentModel.CancelEven ## Opened event -The [SfPopupLayout.Opened](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html) event will be fired whenever displaying the PopupView in the application. +The [SfPopupLayout.Opened](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html#Syncfusion_XForms_PopupLayout_SfPopupLayout_Opened) event will be fired whenever displaying the PopupView in the application. You can execute your own set of codes once the popup is opened, and visible in the application in its respective event handler. @@ -73,7 +73,7 @@ private void PopupLayout_Opened(object sender, EventArgs e) ## Closing event -The [SfPopupLayout.Closing](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html) event will be fired whenever closing the PopupView in the application. It can cancel popup closing with `CancelEventArgs` that contains the following property: +The [SfPopupLayout.Closing](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html#Syncfusion_XForms_PopupLayout_SfPopupLayout_Closing) event will be fired whenever closing the PopupView in the application. It can cancel popup closing with `CancelEventArgs` that contains the following property: * [Cancel](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.canceleventargs.cancel?f1url=%253FappId%3DDev14IDEF1&l=EN-US&k=k(System.ComponentModel.CancelEventArgs.Cancel)&rd=true&view=net-5.0): Popup opening is based on this value. @@ -100,7 +100,7 @@ private void PopupLayout_Closing(object sender, System.ComponentModel.CancelEven ## Closed event -The [SfPopupLayout.Closed](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html) event will be fired whenever dismissing the PopupView from the view. +The [SfPopupLayout.Closed](https://help.syncfusion.com/cr/xamarin/Syncfusion.XForms.PopupLayout.SfPopupLayout.html#Syncfusion_XForms_PopupLayout_SfPopupLayout_Closed) event will be fired whenever dismissing the PopupView from the view. You can execute your own set of codes once the popup is completely closed in its respective event handler. From 34814d3bff657f507588cbef83a8f27d7ca92a8d Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 15 Aug 2024 15:48:35 +0300 Subject: [PATCH 2/2] Update Popup-Events.md --- Xamarin/Popup/Popup-Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin/Popup/Popup-Events.md b/Xamarin/Popup/Popup-Events.md index 625220e24..582c61ffc 100644 --- a/Xamarin/Popup/Popup-Events.md +++ b/Xamarin/Popup/Popup-Events.md @@ -2,7 +2,7 @@ layout: post title: Popup Events And Commands in Xamarin Popup control | Syncfusion description: Learn here all about Popup Events And Commands support in Syncfusion Xamarin Popup (SfPopupLayout) control and more. -platform: Xamarin +platform: xamarin control: SfPopupLayout documentation: ug ---