xmake.repo/packages/n/noesis/latest/Include/NsGui/Hyperlink.inl
2024-12-22 19:15:02 +08:00

16 lines
655 B
C++

////////////////////////////////////////////////////////////////////////////////////////////////////
// NoesisGUI - http://www.noesisengine.com
// Copyright (c) Noesis Technologies S.L. All Rights Reserved.
////////////////////////////////////////////////////////////////////////////////////////////////////
namespace Noesis
{
////////////////////////////////////////////////////////////////////////////////////////////////////
inline RequestNavigateEventArgs::RequestNavigateEventArgs(BaseComponent* source_,
const RoutedEvent* event_, const char* uri_, const char* target_):
RoutedEventArgs(source_, event_), uri(uri_), target(target_) {}
}