IInteractionTrackerOwner.RequestIgnored Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Callback that is triggered when the InteractionTracker has ignored a request.
public:
void RequestIgnored(InteractionTracker ^ sender, InteractionTrackerRequestIgnoredArgs ^ args);
void RequestIgnored(InteractionTracker const& sender, InteractionTrackerRequestIgnoredArgs const& args);
public void RequestIgnored(InteractionTracker sender, InteractionTrackerRequestIgnoredArgs args);
function requestIgnored(sender, args)
Public Sub RequestIgnored (sender As InteractionTracker, args As InteractionTrackerRequestIgnoredArgs)
Parameters
- sender
- InteractionTracker
The InteractionTracker that triggered the callback.
The arguments for the callback.