|
|
|
|
Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
esraa khedr
|
May 16, 2010 - 1:31 AM
|
how to add eventhandler to RecentDocumentsControl (when i select new item from it)
|
|
esraa khedr
|
May 19, 2010 - 2:20 AM
|
|
|
Technical Support
|
May 18, 2010 - 11:53 AM
|
void recentDocumentsControl_ItemClick(object sender, RecentDocumentsControlItemClickEventArgs e)
{
object clickedItem = e.Item; // this item has been clicked
} If you mean something else, just let us know.
|
|
esraa khedr
|
May 18, 2010 - 9:13 AM
|
would you give an example ?!?!
|
|
Technical Support
|
May 17, 2010 - 2:44 PM
|
You can use the RecentDocumentsControl.ItemClick event to track item selection changing.
|
|