namespace ICSharpCode.TreeView.PlatformAbstractions
{
public interface IPlatformRoutedEventArgs
bool Handled { get; set; }
}