Trigger BEFORE drawing a card?

Is it possible to trigger an effect, exactly before I'm going to draw a card (or to get a pointer to the card(s) I just drew)?
I'm trying to implement the dredge-ability but I don't know how to react to the "if you would draw a card" rule.
I tried trigger "drew_card" and put TriggerObject() back to the library, but it didn't work. Maybe I did it wrong or the TriggerObject of "drew_card" is not the card itself...
So I don't know how to do it now, maybe someone can help me ^^
I'm trying to implement the dredge-ability but I don't know how to react to the "if you would draw a card" rule.
I tried trigger "drew_card" and put TriggerObject() back to the library, but it didn't work. Maybe I did it wrong or the TriggerObject of "drew_card" is not the card itself...
So I don't know how to do it now, maybe someone can help me ^^