BamlLocalizerErrorNotifyEventHandler Delegate

 

Represents the method that will handle the BamlLocalizer::ErrorNotify event.

Namespace:   System.Windows.Markup.Localizer
Assembly:  PresentationFramework (in PresentationFramework.dll)

public delegate void BamlLocalizerErrorNotifyEventHandler(
	Object^ sender,
	BamlLocalizerErrorNotifyEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: System.Windows.Markup.Localizer::BamlLocalizerErrorNotifyEventArgs^

The event data.

.NET Framework
Available since 3.0
Return to top
Show: