| SiteMapEditorControlAssociateTopic Event |
This event is used to request the owner associate a file with the current topic
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public event RoutedEventHandler AssociateTopic
Public Event AssociateTopic As RoutedEventHandler
public:
event RoutedEventHandler^ AssociateTopic {
void add (RoutedEventHandler^ value);
void remove (RoutedEventHandler^ value);
}
member AssociateTopic : IEvent<RoutedEventHandler,
RoutedEventArgs>
Value
Type:
System.WindowsRoutedEventHandlerRemarks If handled, the event's Handled property should be set to True
See Also