You can see if you are over the expansion indicator in the Preview event and then return out. e.g.:
{
ExpansionIndicator indicator = source as ExpansionIndicator;
indicator = Utilities.GetAncestorFromType(source, typeof(ExpansionIndicator), true) as ExpansionIndicator;
}
// do some stuff