Xceed Toolkit for Maui v2.0 Documentation
PopupHandler Constructor(IPropertyMapper,CommandMapper)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > PopupHandler Class > PopupHandler Constructor : PopupHandler Constructor(IPropertyMapper,CommandMapper)
The mapper that will be used to map the Popup's properties.
The mapper that will be used to map the Popup's methods.
Creates a PopupHandler with a property mapper & a command mapper.
Syntax
'Declaration
 
<NullableContextAttribute(2)>
Public Function New( _
   ByVal mapper As IPropertyMapper, _
   ByVal commandMapper As CommandMapper _
)
'Usage
 
Dim mapper As IPropertyMapper
Dim commandMapper As CommandMapper
 
Dim instance As New PopupHandler(mapper, commandMapper)
[NullableContext(2)]
public PopupHandler( 
   IPropertyMapper mapper,
   CommandMapper commandMapper
)

Parameters

mapper
The mapper that will be used to map the Popup's properties.
commandMapper
The mapper that will be used to map the Popup's methods.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PopupHandler Class
PopupHandler Members
Overload List