Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How is this used? I'm looking to capture when my plugin tabs are switched. I thought maybe this would do it but apparently I'm using it incorrectly.
comms.EventUtils.Subscribe(new EventSubscription("ProcessedCommand", Process_Command));
and then
private void Process_Command(string event_name, Dictionary<string, string> event_arguments)
{
if (event_arguments["Command"] == "PLUGIN TAB '{8720D785-4D58-47BD-A76D-35DB484B3BD2}:1'")
{
// my commands here
}
}
does anyone know how i can find out when a plugin tab is changed? @rafael.sansao @5axes @kukelyk ?
thanks!
the numbers never lie
Solved! Go to Solution.
