Types/Eventful.EventHandler/get_IsSpecificEvent.ps1

if ($this.Name -match '\.(events|handlers).ps1$') {
    $false
} else {
    $true
}